about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCharadon <dev@iotib.net>2022-09-29 10:52:31 -0400
committerCharadon <dev@iotib.net>2022-09-29 10:52:31 -0400
commitddb8258db998b82ddea295bc710dba4fba58f235 (patch)
tree126b8c666f96c6eb9473c9b306b3ac8421c6629d
parent1879cc19e1658d882aba2e4535b6f9097b86c46e (diff)
downloaddscip-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-xsetup.sh2
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
 }
 
144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175