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