From f22742313d667baf62e86481f272646f5b5456b1 Mon Sep 17 00:00:00 2001 From: mathias Date: Tue, 6 Aug 2019 19:28:15 +0300 Subject: [PATCH] Testing testing and testing --- bin/start | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/bin/start b/bin/start index 4d208f3..502f7bb 100755 --- a/bin/start +++ b/bin/start @@ -32,12 +32,10 @@ done' #sleep 90 -tmux new -d -s alivecheck "set -x; while true; do +tmux new -d -s alivecheck "shopt -u extglob; set -x; while true; do sleep 12 DATE_PARSE=$(tail -1 latest.log | grep -oP '(?<=\[).*?(?=\])' | head -1 | date -f - +%s) - echo $DATE_PARSE - DATE=$${DATE_PARSE:=$(date +%s)} - echo $DATE + DATE=${DATE_PARSE:=$(date +%s)} 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