From 1bbe8da6c90a523dffe2cccd19b819a0d8892441 Mon Sep 17 00:00:00 2001 From: Christoph Date: Sun, 30 Jun 2019 01:31:02 +0200 Subject: [PATCH] Minor changes on script output. --- update_firewall-script_ipt-gateway.sh | 1 - 1 file changed, 1 deletion(-) 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