fix boot mount

This commit is contained in:
j-hc 2024-04-01 02:01:37 +03:00 committed by GitHub
parent e47771c4a8
commit 383ba8198e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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