Sleep for 60 seconds instead of 20

Signed-off-by: Tyler Nijmeh <tylernij@gmail.com>
latency
Tyler Nijmeh 4 years ago
parent 0c8857f601
commit 3e6757f0d2

@ -8,8 +8,8 @@ do
sleep 1
done
# Sleep an additional 20s to ensure init is finished
sleep 20
# Sleep an additional 60s to ensure init is finished
sleep 60
# Setup tweaks
ktweak

Loading…
Cancel
Save