From 6e7377b3deeda02c7bc3b598d2a73c427d39257b Mon Sep 17 00:00:00 2001 From: Chris Renshaw Date: Fri, 9 Aug 2024 11:32:55 -0300 Subject: [PATCH] autopif.sh: tidy using existing if --- module/autopif.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/module/autopif.sh b/module/autopif.sh index 3e88519f..b0545631 100644 --- a/module/autopif.sh +++ b/module/autopif.sh @@ -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;