Skip to content

Commit 9d8fa72

Browse files
committed
add log
1 parent 8ebfde2 commit 9d8fa72

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Install/openWRT23_install.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32422,6 +32422,9 @@ uci set firewall.otherProt.enabled='1'
3242232422
uci set firewall.Block_all_other_EXT_HEIGHT_PORT_UDP.enabled="1"
3242332423
uci set firewall.Block_all_other_EXT_HEIGHT_PORT.enabled="1"
3242432424
uci set firewall.blockIncoming.enabled='1'
32425+
echo
32426+
echo 'Firewall enabled' >> /root/install.log
32427+
echo
3242532428
processes=$(uci commit && reload_config)
3242632429
wait $processes >> /root/install.log
3242732430
/etc/init.d/firewall restart >> /root/install.log
@@ -32448,6 +32451,9 @@ uci set firewall.otherProt.enabled='1'
3244832451
uci set firewall.Block_all_other_EXT_HEIGHT_PORT_UDP.enabled="1"
3244932452
uci set firewall.Block_all_other_EXT_HEIGHT_PORT.enabled="1"
3245032453
uci set firewall.blockIncoming.enabled='1'
32454+
echo
32455+
echo 'Firewall disabled' >> /root/install.log
32456+
echo
3245132457
processes=$(uci commit && reload_config)
3245232458
wait $processes >> /root/install.log
3245332459
/etc/init.d/firewall restart >> /root/install.log
@@ -34835,6 +34841,7 @@ if [ "$TOR_ONION" = "1" ]
3483534841
fi
3483634842
echo
3483734843
echo 'Firewall active: ' $qSECURE_RULES
34844+
echo $FW_HSactive
3483834845
echo
3483934846
if [ "$qSECURE_RULES" = "" ]
3484034847
then

0 commit comments

Comments
 (0)