diff --git a/NeoBoot/files/userscript.sh b/NeoBoot/files/userscript.sh index 761a7ee..f5062da 100644 --- a/NeoBoot/files/userscript.sh +++ b/NeoBoot/files/userscript.sh @@ -28,7 +28,10 @@ echo "...The network has no connection..." echo "...Network RESTART..." echo "...restart network connection..." - /etc/init.d/networking force-reload; + #/etc/init.d/networking force-reload; + if [ -e /sys/class/net/sys0 ]; then + ifconfig sys0 up + fi sync echo "...Restart network finish..." echo ".............................."