From 2604b50f210a03400fa2f6dc4049d497335e2f37 Mon Sep 17 00:00:00 2001 From: Jerry Aldrich Date: Sat, 1 Feb 2020 22:44:59 -0800 Subject: [PATCH] Change UPDATE_MASTER to use explicit string --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index c4ff3ae..3b01fff 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -32,7 +32,7 @@ if [ -n "$RCON_PASSWORD" ]; then echo "set sv_rconpassword $RCON_PASSWORD" >> /srv/server.cfg fi -UPDATE_MASTER=${UPDATE_MASTER:-true} +UPDATE_MASTER=${UPDATE_MASTER:-"true"} echo "set sv_updatemaster $UPDATE_MASTER" >> /srv/server.cfg # As of Zandrodum 3.0.0 we have to use `+addbot` instead using server.cfg