diff options
author | Charadon <dev@iotib.net> | 2022-09-29 10:52:31 -0400 |
---|---|---|
committer | Charadon <dev@iotib.net> | 2022-09-29 10:52:31 -0400 |
commit | ddb8258db998b82ddea295bc710dba4fba58f235 (patch) | |
tree | 126b8c666f96c6eb9473c9b306b3ac8421c6629d | |
parent | 1879cc19e1658d882aba2e4535b6f9097b86c46e (diff) | |
download | dscip-ddb8258db998b82ddea295bc710dba4fba58f235.tar.gz |
setup.sh: Make it so interactive mode mentions that config.sh can be in the templates directory. 0.9.2
-rwxr-xr-x | setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.sh b/setup.sh index 7a788d4..cbef62b 100755 --- a/setup.sh +++ b/setup.sh @@ -187,7 +187,7 @@ question_gitbranch() { question_templates() { TEMPLATE_DIR="" - printf "If you have a template directory of the pre,post,build,failed.sh scripts.\nEnter it's location here, otherwise press Enter: " + printf "If you have a template directory of the pre,post,build,failed,config.sh scripts.\nEnter it's location here, otherwise press Enter: " read -r TEMPLATE_DIR } |