openwrt : configure firewall at the end

This commit is contained in:
bolvan 2019-05-06 12:43:40 +03:00
parent 4d4965afa6
commit 3062e56123
2 changed files with 2 additions and 2 deletions

View File

@ -403,10 +403,10 @@ install_openwrt()
check_preprequisites_openwrt check_preprequisites_openwrt
install_sysv_init install_sysv_init
register_sysv_init register_sysv_init
install_openwrt_firewall
download_ip_list download_ip_list
crontab_add crontab_add
service_start_sysv service_start_sysv
install_openwrt_firewall
restart_openwrt_firewall restart_openwrt_firewall
} }