From c3a2db3781638922fa825400b17b8b60c910b4f1 Mon Sep 17 00:00:00 2001 From: peet Date: Fri, 8 Apr 2022 16:20:58 +0200 Subject: [PATCH] doenst allow '!' to be added --- mc-shutdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mc-shutdown b/mc-shutdown index 7f6ba46..f8bf010 100755 --- a/mc-shutdown +++ b/mc-shutdown @@ -20,7 +20,7 @@ password= # First shutdown waterfall, so all connections are closed -mcrcon -H 192.168.178.20 -P 25600 -p $password -w 5 "alert Server is shutting down!" end +mcrcon -H 192.168.178.20 -P 25600 -p $password -w 5 "alert Server is shutting down" end #standart server for i in {25600..25604}