Minor changes on script output.

This commit is contained in:
Christoph 2019-06-30 01:31:02 +02:00
parent dfedf3f35f
commit 1bbe8da6c9

View File

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