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."