Commit ec55c6f5 authored by bol-van's avatar bol-van
Browse files

install_easy: always write FWTYPE

parent 6ca597c8
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -827,7 +827,9 @@ select_fwtype()
		echo WARNING ! if you need large lists it may be necessary to fall back to iptables+ipset firewall
	}
	echo select firewall type :
	ask_list FWTYPE "iptables nftables" "$FWTYPE" && write_config_var FWTYPE
	ask_list FWTYPE "iptables nftables" "$FWTYPE"
	# always write config var to prevent auto discovery every time
	write_config_var FWTYPE
}

dry_run_tpws_()