Minor changes on script output.
This commit is contained in:
parent
dfedf3f35f
commit
1bbe8da6c9
@ -335,7 +335,6 @@ if $restart_ipv4_firewall ; then
|
|||||||
/usr/local/sbin/$IPV4_FIREWALL_SCRIPT > /dev/null 2> "$log_file"
|
/usr/local/sbin/$IPV4_FIREWALL_SCRIPT > /dev/null 2> "$log_file"
|
||||||
if [[ $? -gt 0 ]]; then
|
if [[ $? -gt 0 ]]; then
|
||||||
echo_failed
|
echo_failed
|
||||||
error "$(cat "$log_file")"
|
|
||||||
else
|
else
|
||||||
echo_ok
|
echo_ok
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user