QHTCP debugging

This commit is contained in:
2024-08-04 22:52:46 -04:00
parent a44f7f143f
commit 0715c2b150

View File

@@ -1267,9 +1267,9 @@ qhtcp() {
cat <<-EOF
A project already exists at $QHTCP_PROJECT_DIR
Would you like to
* (c)ontinue (default)
* (u)pdate it from the template and continue
* (b)ack it up and start from scratch
* (c)ontinue (default)
EOF
for i in {1..3}; do # give the user three chances to get it right
@@ -2003,7 +2003,7 @@ get_studies() {
Would you like to:
* (a)dd the suggested entry
* (e)dit the StudyInfo.csv file manually in nano
* (c)ontinue?"
* (c)ontinue (default)
EOF
read -r -p "(c): " response
echo ""