From c11dd53e993f559cfd06ddbbe3908e69eadc5777 Mon Sep 17 00:00:00 2001 From: bolvan Date: Sat, 11 May 2019 12:49:19 +0300 Subject: [PATCH] uninstall_easy : always remove /etc/firewall.zapret --- uninstall_easy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uninstall_easy.sh b/uninstall_easy.sh index 2700bb9..42433d2 100755 --- a/uninstall_easy.sh +++ b/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()