From 870935b992d061bf2ca401db7d9de88c6e4d2e94 Mon Sep 17 00:00:00 2001 From: mathias Date: Tue, 6 Aug 2019 19:01:07 +0300 Subject: [PATCH] Debug test --- bin/start | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/start b/bin/start index 1c81f9f..5eadfed 100755 --- a/bin/start +++ b/bin/start @@ -30,13 +30,13 @@ tmux new -d -s schematics 'set -x; while true; do sleep 1 done' -sleep 90 +#sleep 90 tmux new -d -s alivecheck "set -x; while true; do - sleep 120 + sleep 12 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 0 ] || + if [ "$(env printf '\xFE' | nc -w 5 localhost 25565 | wc -m)" -eq 1 ] || [ "$(( $(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/