Files
PlayIntegrityFork/module/action.sh
2024-10-29 07:16:34 -03:00

16 lines
345 B
Bash

MODPATH="${0%/*}"
# ensure not running in busybox ash standalone shell
set +o standalone
unset ASH_STANDALONE
sh $MODPATH/autopif2.sh || exit 1
echo -e "\nDone!"
# warn since Magisk/KernelSU's implementation automatically closes if successful
if [ "$APATCH" != "true" ]; then
echo -e "\nClosing dialog in 20 seconds ..."
sleep 20
fi