diff --git a/update_firewall-script_ipt-gateway.sh b/update_firewall-script_ipt-gateway.sh index 8f0de0e..1341e08 100755 --- a/update_firewall-script_ipt-gateway.sh +++ b/update_firewall-script_ipt-gateway.sh @@ -335,7 +335,6 @@ if $restart_ipv4_firewall ; then /usr/local/sbin/$IPV4_FIREWALL_SCRIPT > /dev/null 2> "$log_file" if [[ $? -gt 0 ]]; then echo_failed - error "$(cat "$log_file")" else echo_ok fi