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