From d9794b20170c6709b60c5d5d81dbf9237d6863e6 Mon Sep 17 00:00:00 2001 From: Chris Renshaw Date: Sun, 29 Dec 2024 23:55:44 -0400 Subject: [PATCH] APatch upstream now also auto-closes successful Actions --- module/action.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/action.sh b/module/action.sh index dfe7486..d2bebaa 100644 --- a/module/action.sh +++ b/module/action.sh @@ -8,8 +8,8 @@ sh $MODPATH/autopif2.sh || exit 1 echo -e "\nDone!" -# warn since KernelSU's implementation automatically closes if successful -if [ "$KSU" = "true" ]; then +# warn since KernelSU/APatch's implementation automatically closes if successful +if [ "$KSU" = "true" -o "$APATCH" = "true" ]; then echo -e "\nClosing dialog in 20 seconds ..." sleep 20 fi