more escaping

This commit is contained in:
Hyatt 2019-10-30 21:43:58 -05:00
parent c24fb72fb2
commit 1ed8ef5335
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -84,9 +84,9 @@ RUN \\
"[ ! -f \\\"\${CONFIG}/map-settings.json\\\" ] && cp /opt/factorio/data/map-settings.example.json \${CONFIG}/map-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" \\ "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" \\ "if ! find -L \${SAVES} -iname \\*.tmp.zip -mindepth 1 -print | grep -q .; then" \\
" /opt/factorio/bin/x64/factorio \\\" \\ " /opt/factorio/bin/x64/factorio \\\\" \\
" --create \${SAVES}/_autosave1.zip \\\" \\ " --create \${SAVES}/_autosave1.zip \\\\" \\
" --map-gen-settings \${CONFIG}/map-gen-settings.json \\\" \\ " --map-gen-settings \${CONFIG}/map-gen-settings.json \\\\" \\
" --map-settings \${CONFIG}/map-settings.json" \\ " --map-settings \${CONFIG}/map-settings.json" \\
"fi" \\ "fi" \\
"/opt/factorio/bin/x64/factorio \\" \\ "/opt/factorio/bin/x64/factorio \\" \\