1
0
mirror of https://github.com/bplein/factorio-docker.git synced 2024-12-02 09:12:04 +02:00

Merge pull request #189 from DBendit/fix-mapgen

Mapgen example fixed in 0.17.2
This commit is contained in:
David Andersen 2019-02-27 11:10:11 -08:00 committed by GitHub
commit 979326ebf6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,8 +22,7 @@ if [ ! -f $CONFIG/server-settings.json ]; then
fi
if [ ! -f $CONFIG/map-gen-settings.json ]; then
# TODO: Need a valid map-gen-settings.json
# cp /opt/factorio/data/map-gen-settings.example.json $CONFIG/map-gen-settings.json
cp /opt/factorio/data/map-gen-settings.example.json $CONFIG/map-gen-settings.json
echo "{}" > $CONFIG/map-gen-settings.json
fi