Skip to content

Commit

Permalink
autopif.sh: tidy using existing if
Browse files Browse the repository at this point in the history
  • Loading branch information
osm0sis committed Aug 9, 2024
1 parent 98ab70a commit 6e7377b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions module/autopif.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6e7377b

Please sign in to comment.