correct test
This commit is contained in:
parent
274d377e9f
commit
2ddf3fedf1
@ -89,7 +89,7 @@ RUN \\
|
||||
"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" \\
|
||||
"if ! find -L \${SAVES} -iname \\*.zip -mindepth 1 -print | grep -q .; then" \\
|
||||
" /opt/factorio/bin/x64/factorio \\\\" \\
|
||||
" --create \${SAVES}/_autosave1.zip \\\\" \\
|
||||
" --map-gen-settings \${CONFIG}/map-gen-settings.json \\\\" \\
|
||||
|
Reference in New Issue
Block a user