X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=LoadFile%2Fload.teensy;h=751a97f86aa1b4d29be166a684d73616b74a2157;hb=6dfeffd9cad508817757d1afaba4ab0901cc9786;hp=df16dfcc79883912750e35c2fb2bfe174313178c;hpb=8d4adb41ec51beda664be4cf0009278b66d64699;p=kiibohd-controller.git diff --git a/LoadFile/load.teensy b/LoadFile/load.teensy index df16dfc..751a97f 100755 --- a/LoadFile/load.teensy +++ b/LoadFile/load.teensy @@ -69,7 +69,7 @@ EXIT_STATUS=$? # Load Screen Session if specified if (( "$EXIT_STATUS" == "0" )) && [[ "$AUTO_SCREEN_SESSION" != "" ]]; then if type screen &>/dev/null; then - sleep 0.1 + sleep 2 screen $AUTO_SCREEN_SESSION else echo "screen is not installed"