more escaping
This commit is contained in:
parent
c24fb72fb2
commit
1ed8ef5335
@ -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 \\" \\
|
||||||
|
Reference in New Issue
Block a user