diff --git a/bin/start b/bin/start index 32a8823..6607c84 100755 --- a/bin/start +++ b/bin/start @@ -34,7 +34,7 @@ done' tmux new -d -s alivecheck "set -x; while true; do sleep 12 - if [ "$(env printf '\xFE' | nc -w 5 localhost 25565 | wc -m)" -eq 0 ] || + if [ "$(env printf '\xFE' | nc -w 5 localhost 25565 | wc -m)" -eq 1 ] || [ "$(( $(date +%s) - $(tail -1 $HOME/logs/latest.log | (grep -oP '(?<=\[).*?(?=\])' || date +%T) | head -1 | date -f - +%s) ))" -gt 180 ]; then if [ "$(tail -20 $HOME/logs/latest.log | grep -c 'ERROR]: Requested chunk')" -eq 1 ]; then rm -rf $HOME/worlds/