From a39b8f3f8fc88cc7ade051c11064e10bd95c4bd0 Mon Sep 17 00:00:00 2001 From: gutosie Date: Mon, 8 Jan 2024 12:09:59 +0200 Subject: [PATCH] Update userscript.sh --- NeoBoot/files/userscript.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NeoBoot/files/userscript.sh b/NeoBoot/files/userscript.sh index 1042789..8ccf9a0 100644 --- a/NeoBoot/files/userscript.sh +++ b/NeoBoot/files/userscript.sh @@ -55,6 +55,6 @@ fi if [ -f /home/root/%1 ] ; then rm -f /home/root/%1 fi -/etc/init.d/networking restart; +#/etc/init.d/networking restart; echo "_____[NEOBOOT] used userscript_____ " exit 0