Minor adjustment to alive checker

This commit is contained in:
mathiascode 2020-05-06 03:33:39 +03:00
parent 91705dafb8
commit 2c3795f30e
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ while true; do
if [ "$(env printf '\xFE' | nc -w 15 play.kaboom.pw 25565 | wc -m)" -eq 0 ]; then
pkill -9 java
kill -9 $(ps -C ssh -o pid=)
echo $(date) >> ~/kill.log
fi
done