make the message more clear

This commit is contained in:
CeciliaKelley33Mm 2024-10-09 13:28:32 +07:00
parent 1f7868d19c
commit 03b14c5190

View file

@ -111,7 +111,7 @@ check() {
while [ $timeLeft -gt 0 ]; do while [ $timeLeft -gt 0 ]; do
if [ $(($timeLeft % 10)) -eq 0 ]; then 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 fi
sleep 1 sleep 1