fixed messed up echo
This commit is contained in:
parent
93b8c3050c
commit
489943b6a6
1 changed files with 1 additions and 1 deletions
|
@ -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."
|
||||
|
|
Loading…
Reference in a new issue