From 5cec0d1fb8942ac2e38d9ade95de9e3076c6c04d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Fri, 16 Feb 2024 10:38:21 +0100 Subject: [PATCH] qsgen2: Renamed config to config.example and updated messages. --- config => config.example | 0 qsgen2 | 1 + 2 files changed, 1 insertion(+) rename config => config.example (100%) diff --git a/config b/config.example similarity index 100% rename from config rename to config.example diff --git a/qsgen2 b/qsgen2 index c3df922..8b615b6 100755 --- a/qsgen2 +++ b/qsgen2 @@ -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