Skip to content

Commit

Permalink
KernelSU-Next does not auto-close Action dialog when successful
Browse files Browse the repository at this point in the history
  • Loading branch information
osm0sis authored Jan 8, 2025
1 parent 264a218 commit 8a64752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/action.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8a64752

Please sign in to comment.