Skip to content

Commit

Permalink
install_easy: do not always remove/reinstall fw3 include
Browse files Browse the repository at this point in the history
  • Loading branch information
bol-van committed Mar 2, 2022
1 parent 8c4102e commit cae8be6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions install_easy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -854,13 +854,15 @@ install_openwrt()
FW_SCRIPT_SRC="$EXEDIR/init.d/openwrt/firewall.zapret"
OPENWRT_FW_INCLUDE=/etc/firewall.zapret
OPENWRT_IFACE_HOOK="$EXEDIR/init.d/openwrt/90-zapret"

check_bins
require_root
check_location copy_openwrt
install_binaries
check_dns

FWTYPE_OLD=$FWTYPE

echo \* stopping current firewall rules/daemons
"$INIT_SCRIPT_SRC" stop_fw
"$INIT_SCRIPT_SRC" stop_daemons
Expand All @@ -873,7 +875,7 @@ install_openwrt()
ask_config_offload
# stop and reinstall sysv init
install_sysv_init
remove_openwrt_firewall
[ "$FWTYPE_OLD" != "$FWTYPE" -a "$FWTYPE_OLD" = iptables -a -n "$OPENWRT_FW3" ] && remove_openwrt_firewall
# free some RAM
clear_ipset
download_list
Expand Down

0 comments on commit cae8be6

Please sign in to comment.