You've already forked PlayIntegrityFork
mirror of
https://github.com/osm0sis/PlayIntegrityFork.git
synced 2025-09-06 06:37:06 +00:00
APatch upstream now also auto-closes successful Actions
This commit is contained in:
@@ -8,8 +8,8 @@ sh $MODPATH/autopif2.sh || exit 1
|
||||
|
||||
echo -e "\nDone!"
|
||||
|
||||
# warn since KernelSU's implementation automatically closes if successful
|
||||
if [ "$KSU" = "true" ]; then
|
||||
# warn since KernelSU/APatch's implementation automatically closes if successful
|
||||
if [ "$KSU" = "true" -o "$APATCH" = "true" ]; then
|
||||
echo -e "\nClosing dialog in 20 seconds ..."
|
||||
sleep 20
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user