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
fix invisible ksu residue
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user