From dfedf3f35f4a949962a17e474e35ecaebd9b4179 Mon Sep 17 00:00:00 2001 From: Christoph Date: Sun, 30 Jun 2019 00:45:13 +0200 Subject: [PATCH] update_firewall-script_ipt-server.sh: some 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 9494a56..8f0de0e 100755 --- a/update_firewall-script_ipt-gateway.sh +++ b/update_firewall-script_ipt-gateway.sh @@ -350,7 +350,6 @@ if $restart_ipv6_firewall \ /usr/local/sbin/$IPV6_FIREWALL_SCRIPT > /dev/null 2> "$log_file" if [[ $? -gt 0 ]]; then echo_failed - error "$(cat "$log_file")" else echo_ok fi