From f351c97b2b1469e000955e1db85a48ae3702b65e Mon Sep 17 00:00:00 2001 From: Benjamin Ruiz <48221592+Rev4N1@users.noreply.github.com> Date: Tue, 29 Oct 2024 11:16:34 +0100 Subject: [PATCH] Add Action dialog timeout also on KernelSU --- module/action.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/action.sh b/module/action.sh index f0599af..54d93fb 100644 --- a/module/action.sh +++ b/module/action.sh @@ -8,8 +8,8 @@ sh $MODPATH/autopif2.sh || exit 1 echo -e "\nDone!" -# warn since Magisk's implementation automatically closes if successful -if [ "$KSU" != "true" -a "$APATCH" != "true" ]; then +# warn since Magisk/KernelSU's implementation automatically closes if successful +if [ "$APATCH" != "true" ]; then echo -e "\nClosing dialog in 20 seconds ..." sleep 20 fi