From 2ff43e7b09cf49f13c0552d3e773d853c1c60757 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sun, 3 Jan 2021 15:23:30 +0300 Subject: [PATCH] Raise sleep again for lynx startup --- bin/bin/www | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/bin/www b/bin/bin/www index e27ce50..99cbe93 100755 --- a/bin/bin/www +++ b/bin/bin/www @@ -12,7 +12,7 @@ if tmux has-session -t www 2> /dev/null ; then } tmux new-window -t www "lynx $@" else - tmux new-session -d -s www "sleep 0.2 ; lynx $@" + tmux new-session -d -s www "sleep 0.5 ; lynx $@" tmux set-option -t www default-command lynx term & fi -- 2.44.0