Browse Source

installer.sh : fix restarting fw4 firewall

pull/127/head
bol-van 3 years ago
parent
commit
a4e36eb067
  1. 6
      common/installer.sh

6
common/installer.sh

@ -402,8 +402,10 @@ restart_openwrt_firewall()
{
echo \* restarting firewall
fw3 -q restart || {
echo could not restart firewall
local FW=fw4
[ -n "$OPENWRT_FW3" ] && FW=fw3
$FW -q restart || {
echo could not restart firewall $FW
exitp 30
}
}

Loading…
Cancel
Save