mirror of
https://github.com/kaboomserver/buildpack.git
synced 2025-08-04 11:25:37 +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 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue