remove residue changing from invisible to visible

This commit is contained in:
KOWX712
2024-12-07 17:28:08 +08:00
parent ad905cb6e0
commit 11d3b34657
2 changed files with 5 additions and 8 deletions
+5 -5
View File
@@ -16,9 +16,9 @@ if [ ! -d "$TS" ] || [ -f "$TS/remove" ]; then
exit 1
fi
if [ -f "$TS/action.sh" ]; then
rm -f "$TS/action.sh"
if [ ! -d "$MODPATH/common/temp" ]; then
rm -rf "/data/adb/modules/.TA_utl"
fi
if [ -d "$TS/webroot" ]; then
rm -rf "$TS/webroot"
fi
rm -f "$TS/action.sh"
rm -rf "$TS/webroot"