You've already forked PlayIntegrityFork
mirror of
https://github.com/osm0sis/PlayIntegrityFork.git
synced 2025-09-06 06:37:06 +00:00
autopif.sh: Do not execute killgms.sh if not in default directory
This commit is contained in:
@@ -110,7 +110,9 @@ if [ "$DIR" = /data/adb/modules/playintegrityfix/autopif ]; then
|
|||||||
cp -fv $NEWNAME ..;
|
cp -fv $NEWNAME ..;
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
if [ -f /data/adb/modules/playintegrityfix/killgms.sh ]; then
|
if [ "$DIR" = /data/adb/modules/playintegrityfix/autopif ]; then
|
||||||
item "Killing any running GMS DroidGuard process ...";
|
if [ -f /data/adb/modules/playintegrityfix/killgms.sh ]; then
|
||||||
sh /data/adb/modules/playintegrityfix/killgms.sh 2>&1;
|
item "Killing any running GMS DroidGuard process ...";
|
||||||
|
sh /data/adb/modules/playintegrityfix/killgms.sh 2>&1;
|
||||||
|
fi;
|
||||||
fi;
|
fi;
|
||||||
|
|||||||
Reference in New Issue
Block a user