Add Action dialog timeout also on KernelSU

This commit is contained in:
Benjamin Ruiz
2024-10-29 11:16:34 +01:00
committed by GitHub
parent 0de5574d53
commit f351c97b2b

View File

@@ -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