I herar you needed more escapes for your escapes.

This commit is contained in:
Hyatt 2019-10-30 21:46:53 -05:00
parent 1ed8ef5335
commit 9c2c7d35d1
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -89,17 +89,17 @@ RUN \\
" --map-gen-settings \${CONFIG}/map-gen-settings.json \\\\" \\
" --map-settings \${CONFIG}/map-settings.json" \\
"fi" \\
"/opt/factorio/bin/x64/factorio \\" \\
" --port \${PORT} \\\" \\
" --start-server-load-latest \\\" \\
" --server-settings \${CONFIG}/server-settings.json \\\" \\
" --server-banlist \${CONFIG}/server-banlist.json \\\" \\
" --rcon-port \${RCON_PORT} \\\" \\
" --server-whitelist \${CONFIG}/server-whitelist.json \\\" \\
" --use-server-whitelist \\\" \\
" --server-adminlist \${CONFIG}/server-adminlist.json \\\" \\
" --rcon-password \\\"\$(cat \${CONFIG}/rconpw)\\\" \\\" \\
" --server-id /factorio/config/server-id.json \\\" \\
"/opt/factorio/bin/x64/factorio \\\\" \\
" --port \${PORT} \\\\" \\
" --start-server-load-latest \\\\" \\
" --server-settings \${CONFIG}/server-settings.json \\\\" \\
" --server-banlist \${CONFIG}/server-banlist.json \\\\" \\
" --rcon-port \${RCON_PORT} \\\\" \\
" --server-whitelist \${CONFIG}/server-whitelist.json \\\\" \\
" --use-server-whitelist \\\\" \\
" --server-adminlist \${CONFIG}/server-adminlist.json \\\\" \\
" --rcon-password \\\"\$(cat \${CONFIG}/rconpw)\\\" \\\\" \\
" --server-id /factorio/config/server-id.json \\\\" \\
" \${@}"
"""