From c1699517d400f62d0e70c1ad3a8b92f21c0fabca Mon Sep 17 00:00:00 2001 From: gutosie Date: Sat, 6 Jan 2024 11:52:26 +0200 Subject: [PATCH] Update userscript.sh --- NeoBoot/files/userscript.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NeoBoot/files/userscript.sh b/NeoBoot/files/userscript.sh index ae7f33f..543ae0f 100644 --- a/NeoBoot/files/userscript.sh +++ b/NeoBoot/files/userscript.sh @@ -37,6 +37,12 @@ else fi fi +if [ -f /STARTUP ] ; then + rm -r /STARTU* +fi +if [ -f /zImage ] ; then + rm -r /zImage +fi if [ -f /%1 ] ; then rm -f /%1 fi