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