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