qsgen2: Renamed config to config.example and updated messages.

This commit is contained in:
Stig-Ørjan Smelror 2024-02-16 10:38:21 +01:00
parent 368512e65e
commit 5cec0d1fb8
2 changed files with 1 additions and 0 deletions

1
qsgen2
View File

@ -35,6 +35,7 @@ if [[ -f $(pwd)/config ]]; then
else
echo "${red}Cannot find configuration file.${end}"
echo "${yellow} - Please create the file 'config' in your project directory.${end}"
echo "${yellow} - See 'config.example' in the git source tree.${end}"
exit
fi