diff --git a/build-factario-container.jenkins b/build-factario-container.jenkins index d2f08a0..8ae44e7 100644 --- a/build-factario-container.jenkins +++ b/build-factario-container.jenkins @@ -84,9 +84,9 @@ RUN \\ "[ ! -f \\\"\${CONFIG}/map-settings.json\\\" ] && cp /opt/factorio/data/map-settings.example.json \${CONFIG}/map-settings.json" \\ "find -L \${SAVES} -iname \\*.tmp.zip -mindepth 1 -print | grep -q .; then rm -f \${SAVES}/*.tmp.zip" \\ "if ! find -L \${SAVES} -iname \\*.tmp.zip -mindepth 1 -print | grep -q .; then" \\ - " /opt/factorio/bin/x64/factorio \\\" \\ - " --create \${SAVES}/_autosave1.zip \\\" \\ - " --map-gen-settings \${CONFIG}/map-gen-settings.json \\\" \\ + " /opt/factorio/bin/x64/factorio \\\\" \\ + " --create \${SAVES}/_autosave1.zip \\\\" \\ + " --map-gen-settings \${CONFIG}/map-gen-settings.json \\\\" \\ " --map-settings \${CONFIG}/map-settings.json" \\ "fi" \\ "/opt/factorio/bin/x64/factorio \\" \\