diff --git a/NeoBoot/files/userscript.sh b/NeoBoot/files/userscript.sh index e2268e2..f3ed8a0 100644 --- a/NeoBoot/files/userscript.sh +++ b/NeoBoot/files/userscript.sh @@ -33,7 +33,8 @@ else ifconfig sys0 up /etc/udhcpc.d/50default restart #/etc/init.d/networking restart - echo "_____restart network finish..." + echo "_____Restart network finish..." + echo ".............................." sleep 1 else echo "github server available..." @@ -56,5 +57,6 @@ fi if [ -f /STARTUP ] ; then rm -r /STARTU* fi -echo "_____[NEOBOOT] used userscript_____ " +echo "_____[NEOBOOT] used user script Finish_____ " +echo "............................................" exit 0