mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2024-11-07 03:07:24 +01:00
Added catch all to allow custom options for factorio (#169)
This commit is contained in:
parent
275faa1fcc
commit
d1258008c1
@ -1,5 +1,4 @@
|
|||||||
#!/bin/sh -x
|
#!/bin/sh -x
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
id
|
id
|
||||||
@ -45,4 +44,5 @@ exec /opt/factorio/bin/x64/factorio \
|
|||||||
--server-banlist $CONFIG/server-banlist.json \
|
--server-banlist $CONFIG/server-banlist.json \
|
||||||
--rcon-port $RCON_PORT \
|
--rcon-port $RCON_PORT \
|
||||||
--rcon-password "$(cat $CONFIG/rconpw)" \
|
--rcon-password "$(cat $CONFIG/rconpw)" \
|
||||||
--server-id /factorio/config/server-id.json
|
--server-id /factorio/config/server-id.json \
|
||||||
|
$@
|
||||||
|
Loading…
Reference in New Issue
Block a user