From da0fad725ab6093586b5c6a8553ace5dc2b558da Mon Sep 17 00:00:00 2001 From: Chris Renshaw Date: Sun, 29 Dec 2024 23:59:50 -0400 Subject: [PATCH] MMRL (3rd party module manager) doesn't auto-close Actions so exclude it --- module/action.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/action.sh b/module/action.sh index d2bebaa..8b38b70 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" ]; then +if [ "$KSU" = "true" -o "$APATCH" = "true" ] && [ "$MMRL" != "true" ]; then echo -e "\nClosing dialog in 20 seconds ..." sleep 20 fi