Browse Source

uninstall_easy : always remove /etc/firewall.zapret

pull/33/head
bolvan 6 years ago
parent
commit
c11dd53e99
  1. 2
      uninstall_easy.sh

2
uninstall_easy.sh

@ -140,7 +140,7 @@ remove_openwrt_firewall()
echo \* removing firewall script
openwrt_fw_section_del
[ -f "$OPENWRT_FW_INCLUDE" ] && rm -f "$OPENWRT_FW_INCLUDE"
rm -f "$OPENWRT_FW_INCLUDE"
}
restart_openwrt_firewall()

Loading…
Cancel
Save