From 6bae4b300c42581a520001cea599cbec4d8cad02 Mon Sep 17 00:00:00 2001 From: mathiascode Date: Sat, 18 Apr 2020 20:26:49 +0300 Subject: [PATCH] new.kaboom.pw -> play.kaboom.pw --- script/alivecheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/alivecheck.sh b/script/alivecheck.sh index be43f1d..87d6789 100755 --- a/script/alivecheck.sh +++ b/script/alivecheck.sh @@ -11,7 +11,7 @@ while true; do # If server doesn't respond to ping, or if the log file is older than # 3 minutes, kill the server - if [ "$(env printf '\xFE' | nc -w 15 new.kaboom.pw 25565 | wc -m)" -eq 0 ]; then + 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