update_firewall-script_ipt-server.sh: some minor changes on script output.

This commit is contained in:
Christoph 2019-06-30 00:45:13 +02:00
parent af80f30592
commit dfedf3f35f

View File

@ -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