Stupid garbage

This commit is contained in:
mathias 2019-08-06 16:33:36 +03:00
parent 27dd9b1810
commit 12b4348699

View file

@ -32,7 +32,7 @@ done'
#sleep 90
tmux new -d -s alivecheck 'set -x; while true; do
tmux new -d -s alivecheck 'while true; do
sleep 1
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