This commit is contained in:
Hyatt 2019-10-30 21:58:13 -05:00
parent d65c159156
commit df9aa951af
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -78,7 +78,7 @@ RUN \\
"set -e" \\
"id" \\
"mkdir -p /factorio \${SAVES} \${CONFIG} \${MODS} \${SCENARIOS} \${SCRIPT_OUTPUT}" \\
"[ ! -f \\\"\${CONFIG}/rconpw\\\" ] && printf '%s' \"\\\\\\\$(pwgen 15 1)\" > \${CONFIG}/rconpw" \\
"[ ! -f \\\"\${CONFIG}/rconpw\\\" ] && printf '%s' \\\"\\\\\\\$(pwgen 15 1)\\\" > \${CONFIG}/rconpw" \\
"[ ! -f \\\"\${CONFIG}/server-settings.json\\\" ] && cp /opt/factorio/data/server-settings.example.json \${CONFIG}/server-settings.json" \\
"[ ! -f \\\"\${CONFIG}/map-gen-settings.json\\\" ] && cp /opt/factorio/data/map-gen-settings.example.json \${CONFIG}/map-gen-settings.json" \\
"[ ! -f \\\"\${CONFIG}/map-settings.json\\\" ] && cp /opt/factorio/data/map-settings.example.json \${CONFIG}/map-settings.json" \\