From 19cf053596130f12ff0561d8608b7b3793cd6308 Mon Sep 17 00:00:00 2001 From: mathiascode Date: Tue, 17 Sep 2019 21:21:00 +0300 Subject: [PATCH] Actually activate alive checker --- bin/start | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/start b/bin/start index ca8278a..4422006 100755 --- a/bin/start +++ b/bin/start @@ -16,13 +16,13 @@ while true; do tmux new -d -s remote 'sh -x script/remote' tmux new -d -s schematics 'sh -x script/schematics' sleep 5 -done +done & sleep 30 while true; do tmux new -d -s alivecheck 'sh -x script/alivecheck' sleep 5 -done +done & sleep infinity