Skip to content

Commit

Permalink
MMRL (3rd party module manager) doesn't auto-close Actions so exclude it
Browse files Browse the repository at this point in the history
  • Loading branch information
osm0sis authored Dec 30, 2024
1 parent d9794b2 commit da0fad7
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" ]; then
if [ "$KSU" = "true" -o "$APATCH" = "true" ] && [ "$MMRL" != "true" ]; then
echo -e "\nClosing dialog in 20 seconds ..."
sleep 20
fi

0 comments on commit da0fad7

Please sign in to comment.