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 ".............................."