mirror of
https://github.com/Frail7487Real/laughing-spork.git
synced 2024-11-14 16:44:55 -05:00
make the message more clear
This commit is contained in:
parent
1f7868d19c
commit
03b14c5190
1 changed files with 1 additions and 1 deletions
2
loop.sh
2
loop.sh
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue