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