mirror of
https://github.com/chiteroman/PlayIntegrityFix.git
synced 2025-02-21 21:58:54 +08:00
scripts/customize: dont remove action-on-webui
some folks might prefer this, since it does NOT auto close.
This commit is contained in:
parent
27cb00dd98
commit
11d1415636
@ -69,10 +69,3 @@ fi
|
||||
# give exec perm to action.sh
|
||||
chmod +x "$MODPATH/action.sh"
|
||||
|
||||
# action.sh, ap 10927, ksu 11981
|
||||
if { [ "$KSU" = "true" ] && [ "$KSU_VER_CODE" -ge 11981 ]; } ||
|
||||
{ [ "$APATCH" = "true" ] && [ "$APATCH_VER_CODE" -ge 10927 ]; }; then
|
||||
# we dont need the webui workaround
|
||||
# since manager has action
|
||||
rm -rf "$MODPATH/webroot"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user