Actually activate alive checker

This commit is contained in:
mathiascode 2019-09-17 21:21:00 +03:00
parent 1cf83f318c
commit 19cf053596

View file

@ -16,13 +16,13 @@ while true; do
tmux new -d -s remote 'sh -x script/remote' tmux new -d -s remote 'sh -x script/remote'
tmux new -d -s schematics 'sh -x script/schematics' tmux new -d -s schematics 'sh -x script/schematics'
sleep 5 sleep 5
done done &
sleep 30 sleep 30
while true; do while true; do
tmux new -d -s alivecheck 'sh -x script/alivecheck' tmux new -d -s alivecheck 'sh -x script/alivecheck'
sleep 5 sleep 5
done done &
sleep infinity sleep infinity