Skip to content

Commit

Permalink
Only KSU auto-closes if successful now
Browse files Browse the repository at this point in the history
  • Loading branch information
osm0sis authored Dec 7, 2024
1 parent 8ddab06 commit c635a9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions module/action.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ sh $MODPATH/autopif2.sh || exit 1

echo -e "\nDone!"

# warn since Magisk/KernelSU's implementation automatically closes if successful
if [ "$APATCH" != "true" ]; then
# warn since KernelSU's implementation automatically closes if successful
if [ "$KSU" = "true" ]; then
echo -e "\nClosing dialog in 20 seconds ..."
sleep 20
fi

0 comments on commit c635a9e

Please sign in to comment.