Skip to content

Commit

Permalink
Update service.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenlua committed Jan 9, 2024
1 parent 1db5c19 commit 862ab0e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions module/common/service.sh
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
# kakathic
MODP="${0%/*}"
PMSK="$(magisk --path)/.magisk/mirror"

# Check boot
while true; do
[ -e /sdcard/Android ] && break || sleep 1
done
# end

0 comments on commit 862ab0e

Please sign in to comment.