remove verbose

This commit is contained in:
mathias 2019-08-06 16:19:46 +03:00
parent 5e6402c20d
commit 9c72d7ba49

View file

@ -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