autopif.sh: tidy using existing if

This commit is contained in:
Chris Renshaw
2024-08-09 11:32:55 -03:00
committed by osm0sis
parent 98ab70a0b6
commit 6e7377b3de

View File

@@ -108,9 +108,6 @@ if [ "$DIR" = /data/adb/modules/playintegrityfix/autopif ]; then
fi;
item "Installing new json ...";
cp -fv $NEWNAME ..;
fi;
if [ "$DIR" = /data/adb/modules/playintegrityfix/autopif ]; then
if [ -f /data/adb/modules/playintegrityfix/killgms.sh ]; then
item "Killing any running GMS DroidGuard process ...";
sh /data/adb/modules/playintegrityfix/killgms.sh 2>&1;