From 8a64752923fc7c9c5d373fdcde1ad0c841041ff9 Mon Sep 17 00:00:00 2001 From: Chris Renshaw Date: Wed, 8 Jan 2025 10:25:39 -0400 Subject: [PATCH] KernelSU-Next does not auto-close Action dialog when successful --- module/action.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/action.sh b/module/action.sh index 8b38b70..0947abb 100644 --- a/module/action.sh +++ b/module/action.sh @@ -9,7 +9,7 @@ sh $MODPATH/autopif2.sh || exit 1 echo -e "\nDone!" # warn since KernelSU/APatch's implementation automatically closes if successful -if [ "$KSU" = "true" -o "$APATCH" = "true" ] && [ "$MMRL" != "true" ]; then +if [ "$KSU" = "true" -o "$APATCH" = "true" ] && [ "$KSU_NEXT" != "true" ] && [ "$MMRL" != "true" ]; then echo -e "\nClosing dialog in 20 seconds ..." sleep 20 fi