update_firewall-script_ipt-gateway.sh: revert last commit.

This commit is contained in:
Christoph 2019-06-20 14:26:44 +02:00
parent f710e4966d
commit 0d3414c651

View File

@ -329,13 +329,6 @@ done
blank_line
if [[ -d "/ro" ]] && [[ -d "/rw" ]] ; then
restart_ipv4_firewall=false
restart_ipv6_firewall=false
info "Restarting firewall is ommited - Read only system."
fi
echononl "Restart IPv4 Firewall.."
if $restart_ipv4_firewall ; then