Merged in dtandersen/factorio changes

This commit is contained in:
Bill 2018-03-02 15:40:08 -06:00
parent a86ac6cafe
commit 27c1426109

View File

@ -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