From 48619819266cc0fd85b20654456ec046546ebb4c Mon Sep 17 00:00:00 2001 From: gutosie Date: Tue, 9 Jan 2024 11:56:45 +0200 Subject: [PATCH] Update userscript.sh --- NeoBoot/files/userscript.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NeoBoot/files/userscript.sh b/NeoBoot/files/userscript.sh index 03d92c4..d75fad2 100644 --- a/NeoBoot/files/userscript.sh +++ b/NeoBoot/files/userscript.sh @@ -27,13 +27,13 @@ else echo "...The network has no connection..." echo "...Network RESTART..." echo "...restart network connection..." - #/etc/init.d/vuplus-wifi-init.sh - #/etc/wpa_supplicant/action_wpa.sh + /etc/init.d/vuplus-wifi-init.sh + /etc/wpa_supplicant/action_wpa.sh /etc/wpa_supplicant/functions.sh /etc/wpa_supplicant/ifupdown.sh ifconfig sys0 up /etc/udhcpc.d/50default restart - #/etc/init.d/networking restart + /etc/init.d/networking restart echo "...Restart network finish..." echo ".............................." sleep 1