fixed messed up echo

This commit is contained in:
Seaswimmer 2023-08-14 12:33:50 -04:00
parent 93b8c3050c
commit 489943b6a6
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

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