mirror of
https://github.com/j-hc/revanced-magisk-module.git
synced 2025-04-29 22:24:34 +02:00
fix boot mount
This commit is contained in:
parent
e47771c4a8
commit
383ba8198e
@ -1,9 +1,8 @@
|
||||
#!/system/bin/sh
|
||||
# shellcheck disable=SC2086,SC1091
|
||||
. $MODPATH/config
|
||||
|
||||
MODDIR=${0%/*}
|
||||
RVPATH=$NVBASE/rvhc/${MODDIR##*/}.apk
|
||||
. $MODDIR/config
|
||||
|
||||
until [ "$(getprop sys.boot_completed)" = 1 ]; do sleep 1; done
|
||||
until [ -d "/sdcard/Android" ]; do sleep 1; done
|
||||
|
Loading…
x
Reference in New Issue
Block a user