diff --git a/bin/start b/bin/start index 2ccded3..2bbfc17 100755 --- a/bin/start +++ b/bin/start @@ -32,7 +32,7 @@ done' #sleep 90 -tmux new -d -s alivecheck 'bash -x \"while true; do +tmux new -d -s alivecheck 'while true; do sleep 120 if [ "$(env printf \"\xFE\" | nc -w 5 localhost 25565 | wc -m)" -eq 0 ] || [ "$(( $(date +%s) - $(tail -1 $HOME/logs/latest.log | grep -oP \"(?<=\[).*?(?=\])\" || date +%T | head -1 | date -f - +%s) ))" -gt 180 ]; then @@ -43,6 +43,6 @@ tmux new -d -s alivecheck 'bash -x \"while true; do rm -rf $HOME/worlds/ fi fi -done\"' +done' sleep infinity