1
0
mirror of https://github.com/bplein/factorio-docker.git synced 2024-11-24 08:42:31 +02:00

first save is _autosave1.zip

This commit is contained in:
David Andersen 2016-10-31 20:27:11 +00:00
parent e9962a431b
commit a48b23201b

View File

@ -22,7 +22,7 @@ fi
if ! find -L $SAVES -iname \*.zip -mindepth 1 -print | grep -q .; then
/opt/factorio/bin/x64/factorio \
--create $SAVES/save.zip \
--create $SAVES/_autosave1.zip \
--map-gen-settings /opt/factorio/data/map-gen-settings.json
fi