You've already forked Tricky-Addon-Update-Target-List
mirror of
https://github.com/KOWX712/Tricky-Addon-Update-Target-List.git
synced 2025-09-06 06:37:09 +00:00
remove residue changing from invisible to visible
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user