qsgen2: Renamed config to config.example and updated messages.
This commit is contained in:
parent
368512e65e
commit
5cec0d1fb8
1
qsgen2
1
qsgen2
@ -35,6 +35,7 @@ if [[ -f $(pwd)/config ]]; then
|
|||||||
else
|
else
|
||||||
echo "${red}Cannot find configuration file.${end}"
|
echo "${red}Cannot find configuration file.${end}"
|
||||||
echo "${yellow} - Please create the file 'config' in your project directory.${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
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user