LSPosed/core/template_override/service.sh

8 lines
131 B
Bash

#!/system/bin/sh
MODDIR=${0%/*}
if [[ -f "${MODDIR}/reboot_twice_flag" ]]; then
rm -f "${MODDIR}/reboot_twice_flag"
reboot
fi