Wait for internal storage to mount

Signed-off-by: Tyler Nijmeh <tylernij@gmail.com>
latency
Tyler Nijmeh 4 years ago
parent 6b1428fe60
commit d569eb9297

@ -2,13 +2,13 @@
# Written by Draco (tytydraco @ GitHub)
# Wait for boot to finish completely
while [[ `getprop sys.boot_completed` -ne 1 ]]
while [[ `getprop sys.boot_completed` -ne 1 ]] && [[ ! -d "/sdcard" ]]
do
sleep 1
done
# Sleep an additional 90s to ensure init is finished
sleep 90
# Sleep an additional 10s to ensure init is finished
sleep 10
# Setup tweaks
ktweak

Loading…
Cancel
Save