From 03b14c5190f395fd51b4882167ae3654813b825a Mon Sep 17 00:00:00 2001 From: CeciliaKelley33Mm Date: Wed, 9 Oct 2024 13:28:32 +0700 Subject: [PATCH] make the message more clear --- loop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loop.sh b/loop.sh index b0bb567..378870d 100755 --- a/loop.sh +++ b/loop.sh @@ -111,7 +111,7 @@ check() { while [ $timeLeft -gt 0 ]; do if [ $(($timeLeft % 10)) -eq 0 ]; then - docker compose exec minecraft rcon-cli broadcast The server is stopping in $timeLeft seconds. Please leave the server. + docker compose exec minecraft rcon-cli broadcast The server will stop and move to a new host in $timeLeft seconds. Please leave the server. fi sleep 1