mirror of
https://github.com/bplein/factorio-docker.git
synced 2025-02-03 13:11:29 +02:00
Stop wiping out mapgen settings
This commit is contained in:
parent
49c5dff898
commit
2b434ff08f
@ -23,7 +23,6 @@ fi
|
|||||||
|
|
||||||
if [ ! -f $CONFIG/map-gen-settings.json ]; then
|
if [ ! -f $CONFIG/map-gen-settings.json ]; then
|
||||||
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
|
fi
|
||||||
|
|
||||||
if [ ! -f $CONFIG/map-settings.json ]; then
|
if [ ! -f $CONFIG/map-settings.json ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user