Fixed typo in variable

This commit is contained in:
Christophe Vandekerchove 2016-03-27 19:17:39 +02:00
parent 545297c443
commit 74a32021de

View File

@ -36,7 +36,7 @@ echo "# Launching Game"
echo "###" echo "###"
exec /opt/factorio/bin/x64/factorio \ exec /opt/factorio/bin/x64/factorio \
$disallow_commands \ $disallow_commands \
$no-auto-pause \ $no_auto_pause \
--autosave-interval ${FACTORIO_AUTOSAVE_INTERVAL} \ --autosave-interval ${FACTORIO_AUTOSAVE_INTERVAL} \
--autosave-slots ${FACTORIO_AUTOSAVE_SLOTS} \ --autosave-slots ${FACTORIO_AUTOSAVE_SLOTS} \
--start-server \ --start-server \