diff --git a/eofirewall b/eofirewall index 69d9bcc..575ce95 100755 --- a/eofirewall +++ b/eofirewall @@ -22,7 +22,8 @@ chain_exists() if [ -f "/etc/firewall/firewall.conf" ]; then source /etc/firewall/firewall.conf else - abort "No configuration file /etc/firewall/firewall.conf" + log_warning_msg "No configuration file /etc/firewall/firewall.conf" + exit 0 fi flush()