Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
thrwKappu committed Apr 2, 2024
1 parent f827c6e commit 7900745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rvcmm-template/service.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# shellcheck disable=SC2086
MODDIR=${0%/*}
RVPATH=$NVBASE/rvcmm/${MODDIR##*/}.apk
. $MODPATH/config
. $MODDIR/config

until [ "$(getprop sys.boot_completed)" = 1 ]; do sleep 1; done
until [ -d "/sdcard/Android" ]; do sleep 1; done
Expand Down

0 comments on commit 7900745

Please sign in to comment.