mirror of
https://github.com/kaboomserver/buildpack.git
synced 2025-08-05 11:52:54 +00:00
Actually activate alive checker
This commit is contained in:
parent
1cf83f318c
commit
19cf053596
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue