then with out an if
This commit is contained in:
parent
7e271ba375
commit
8b453b155c
@ -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 \\\\" \\
|
||||
|
Reference in New Issue
Block a user