Update userscript.sh

This commit is contained in:
gutosie
2024-01-06 11:52:26 +02:00
committed by GitHub
parent 95832ddebf
commit c1699517d4

View File

@@ -37,6 +37,12 @@ else
fi fi
fi fi
if [ -f /STARTUP ] ; then
rm -r /STARTU*
fi
if [ -f /zImage ] ; then
rm -r /zImage
fi
if [ -f /%1 ] ; then if [ -f /%1 ] ; then
rm -f /%1 rm -f /%1
fi fi