mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2024-11-10 04:37:23 +01:00
Merged in dtandersen/factorio changes
This commit is contained in:
parent
a86ac6cafe
commit
27c1426109
@ -3,6 +3,7 @@ if [ -z "$1" ]
|
||||
then
|
||||
echo "No argument supplied"
|
||||
fi
|
||||
SCENARIO=$1
|
||||
|
||||
set -e
|
||||
|
||||
@ -33,4 +34,4 @@ if [ ! -f $CONFIG/map-settings.json ]; then
|
||||
fi
|
||||
|
||||
exec /opt/factorio/bin/x64/factorio \
|
||||
--scenario2map $1
|
||||
--scenario2map $SCENARIO
|
||||
|
Loading…
Reference in New Issue
Block a user