From 595f688665afeabac84fa05771a2153f558268a9 Mon Sep 17 00:00:00 2001 From: mathias Date: Tue, 6 Aug 2019 19:39:15 +0300 Subject: [PATCH] Use correct file path --- bin/start | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/start b/bin/start index a9796a2..e0b9a41 100755 --- a/bin/start +++ b/bin/start @@ -34,7 +34,7 @@ done' tmux new -d -s alivecheck "set -x; while true; do sleep 12 - DATE=$(tail -1 latest.log | grep -oP '(?<=\[).*?(?=\])' | head -1 | date -f - +%s) + DATE=$(tail -1 $HOME/logs/latest.log | grep -oP '(?<=\[).*?(?=\])' | head -1 | date -f - +%s) if [ "$(env printf '\xFE' | nc -w 5 localhost 25565 | wc -m)" -eq 1 ] || [ "$(( $(date +%s) - ${DATE:=$(date +%s)} ))" -gt 180 ]; then if [ "$(tail -20 $HOME/logs/latest.log | grep -c 'ERROR]: Requested chunk')" -eq 1 ]; then