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 WebUI standalone app freeze in Magisk
This commit is contained in:
@@ -18,7 +18,9 @@ elif [ ! -d "$TSPA" ] && [ -f "/storage/emulated/0/stop-tspa-auto-target" ]; the
|
||||
rm -f "/storage/emulated/0/stop-tspa-auto-target"
|
||||
fi
|
||||
|
||||
rm -f "$MODPATH/module.prop"
|
||||
if [ "$KSU" ] || [ "$APATCH" ]; then
|
||||
rm -f "$MODPATH/module.prop"
|
||||
fi
|
||||
if [ ! -d "$HIDE_DIR" ]; then
|
||||
mv "$MODPATH" "$HIDE_DIR"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user