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