fix invisible ksu residue

This commit is contained in:
KOWX712
2024-12-07 17:02:42 +08:00
parent 5b966f5626
commit ad905cb6e0
3 changed files with 13 additions and 11 deletions
+7
View File
@@ -14,4 +14,11 @@ if [ ! -d "$TS" ] || [ -f "$TS/remove" ]; then
touch "$MODPATH/remove"
fi
exit 1
fi
if [ -f "$TS/action.sh" ]; then
rm -f "$TS/action.sh"
fi
if [ -d "$TS/webroot" ]; then
rm -rf "$TS/webroot"
fi