From 09ac9880bd62b727fc65e53f7198afd6c32bd710 Mon Sep 17 00:00:00 2001 From: gutosie Date: Fri, 12 Jan 2024 10:01:50 +0200 Subject: [PATCH] Update userscript.sh --- NeoBoot/files/userscript.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/NeoBoot/files/userscript.sh b/NeoBoot/files/userscript.sh index d75fad2..4caa75c 100644 --- a/NeoBoot/files/userscript.sh +++ b/NeoBoot/files/userscript.sh @@ -28,11 +28,11 @@ else echo "...Network RESTART..." echo "...restart network connection..." /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/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 echo "...Restart network finish..." echo ".............................."