From 35d22efc677c34bab2558ebece03c917d5cae3b6 Mon Sep 17 00:00:00 2001 From: Dave Bendit Date: Mon, 4 Mar 2019 15:14:59 -0600 Subject: [PATCH] Removing duplicate banlist line --- 0.17/files/docker-entrypoint.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/0.17/files/docker-entrypoint.sh b/0.17/files/docker-entrypoint.sh index c2937b4..52caa7f 100755 --- a/0.17/files/docker-entrypoint.sh +++ b/0.17/files/docker-entrypoint.sh @@ -62,7 +62,6 @@ exec ${SU_EXEC} /opt/factorio/bin/x64/factorio \ --server-whitelist $CONFIG/server-whitelist.json \ --use-server-whitelist \ --server-adminlist $CONFIG/server-adminlist.json \ - --server-banlist $CONFIG/server-banlist.json \ --rcon-password "$(cat $CONFIG/rconpw)" \ --server-id /factorio/config/server-id.json \ "$@"