diff --git a/build-factario-container.jenkins b/build-factario-container.jenkins index 401d4c4..6ef1cc9 100644 --- a/build-factario-container.jenkins +++ b/build-factario-container.jenkins @@ -82,7 +82,9 @@ RUN \\ "[ ! -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" \\ - "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 " \\ + " rm -f \${SAVES}/*.tmp.zip" \\ + "fi" \\ "if ! find -L \${SAVES} -iname \\*.tmp.zip -mindepth 1 -print | grep -q .; then" \\ " /opt/factorio/bin/x64/factorio \\\\" \\ " --create \${SAVES}/_autosave1.zip \\\\" \\