From 4a7a540d230b724d67091bbd578cbac2212fcd1d Mon Sep 17 00:00:00 2001 From: gutosie Date: Mon, 8 Jan 2024 13:28:17 +0200 Subject: [PATCH] Update userscript.sh --- NeoBoot/files/userscript.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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