Process the firewall.conf file when running shorewall[6]-lite

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2020-06-25 13:32:36 -07:00
parent c9512dfaf8
commit 3f5bdfd705
No known key found for this signature in database
GPG Key ID: 96E6B3F2423A4D10

View File

@ -4025,7 +4025,7 @@ get_config() {
ensure_config_path
[ -f $g_firewall.conf ] && . ${VARDIR}/firewall.conf
[ -f ${VARDIR}/firewall.conf ] && . ${VARDIR}/firewall.conf
[ -n "$PATH" ] || PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin:/usr/local/sbin