From eaf1b9842e8e89a43af8c1bfe5f4bc8a375bf2bf Mon Sep 17 00:00:00 2001 From: gutosie Date: Mon, 8 Jan 2024 10:52:28 +0200 Subject: [PATCH] Update userscript.sh --- NeoBoot/files/userscript.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/NeoBoot/files/userscript.sh b/NeoBoot/files/userscript.sh index d81a868..aeb8942 100644 --- a/NeoBoot/files/userscript.sh +++ b/NeoBoot/files/userscript.sh @@ -53,5 +53,6 @@ fi if [ -f /home/root/%1 ] ; then rm -f /home/root/%1 fi +/etc/init.d/networking restart; echo "_____[NEOBOOT] used userscript_____ " exit 0