]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - LoadFile/load.teensy
Merge pull request #71 from glguy/pr-cli-history
[kiibohd-controller.git] / LoadFile / load.teensy
index df16dfcc79883912750e35c2fb2bfe174313178c..751a97f86aa1b4d29be166a684d73616b74a2157 100755 (executable)
@@ -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"