correct test

This commit is contained in:
Hyatt 2019-11-02 14:22:29 -05:00
parent 274d377e9f
commit 2ddf3fedf1
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -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 \\\\" \\