mirror of
https://github.com/kaboomserver/buildpack.git
synced 2024-11-20 06:15:44 +00:00
60s delay before watchdog kicks in
This commit is contained in:
parent
1d76c65c3e
commit
4469560cc2
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@ done'
|
|||
sleep 1
|
||||
done'
|
||||
|
||||
sleep 60
|
||||
|
||||
.bin/tmux new -d -s watchdog 'while true; do
|
||||
sleep 120
|
||||
if [ "$(echo -n -e '\xFE' | nc -w 5 localhost 25565 | wc -m)" -eq 0 ]; then
|
||||
|
|
Loading…
Reference in a new issue