Debug grep error

This commit is contained in:
mathias 2019-08-06 17:39:43 +03:00
parent 9789d6af57
commit 6adf9facf5

View file

@ -34,6 +34,7 @@ done'
tmux new -d -s alivecheck "set -x; while true; do
sleep 12
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) - $(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