From 74a32021defc8e9d8ea6a1ee7adad09b9e6ef39f Mon Sep 17 00:00:00 2001 From: Christophe Vandekerchove Date: Sun, 27 Mar 2016 19:17:39 +0200 Subject: [PATCH] Fixed typo in variable --- smart_launch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smart_launch.sh b/smart_launch.sh index e36a709..dac61f8 100755 --- a/smart_launch.sh +++ b/smart_launch.sh @@ -36,7 +36,7 @@ echo "# Launching Game" echo "###" exec /opt/factorio/bin/x64/factorio \ $disallow_commands \ - $no-auto-pause \ + $no_auto_pause \ --autosave-interval ${FACTORIO_AUTOSAVE_INTERVAL} \ --autosave-slots ${FACTORIO_AUTOSAVE_SLOTS} \ --start-server \