From 51398ca50970bab83b99aaf8de142364d5db83b8 Mon Sep 17 00:00:00 2001 From: Christophe Vandekerchove Date: Fri, 26 Feb 2016 15:03:32 +0100 Subject: [PATCH] Fixed typo --- smart_launch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smart_launch.sh b/smart_launch.sh index 8321311..b501599 100755 --- a/smart_launch.sh +++ b/smart_launch.sh @@ -9,7 +9,7 @@ else echo "###" echo "# Creating a new map [save.zip]" echo "###" - opt/factorio/bin/x64/factorio --create save.zip + /opt/factorio/bin/x64/factorio --create save.zip echo "###" echo "# New map created [save.zip]" echo "###"