From 489943b6a622e39659e2bd2decd7eca348e73a6c Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Mon, 14 Aug 2023 12:33:50 -0400 Subject: [PATCH] fixed messed up echo --- start_server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start_server.sh b/start_server.sh index c233090..9a98a31 100755 --- a/start_server.sh +++ b/start_server.sh @@ -10,7 +10,7 @@ else # Fetch variables from config.sh.example echo "WARNING: config.sh file does not exist, falling back on default configuration." source config.sh.example - echo "Loaded configuration from config.example.sh" + echo "Loaded configuration from config.sh.example" else # Handle the scenario when both files are missing echo "FATAL: Configuration files are missing! Cannot start the Factorio server."