mirror of
https://github.com/kaboomserver/buildpack.git
synced 2024-11-20 06:15:44 +00:00
Increase limit to 2 mins
This commit is contained in:
parent
9a1cecca3e
commit
74de4e830d
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ done &
|
|||
done'
|
||||
|
||||
while true; do
|
||||
sleep 60
|
||||
sleep 120
|
||||
if [ "$(echo -n -e '\xFE' | nc -w 1 localhost 25565 | wc -m)" -eq 0 ]; then
|
||||
kill -9 $(pgrep java)
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue