From 0715c2b150c894477119fc586d1e5895561101c9 Mon Sep 17 00:00:00 2001 From: Bryan Roessler Date: Sun, 4 Aug 2024 22:52:46 -0400 Subject: [PATCH] QHTCP debugging --- workflow/qhtcp-workflow | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/workflow/qhtcp-workflow b/workflow/qhtcp-workflow index 8f6d47d7..b604da97 100755 --- a/workflow/qhtcp-workflow +++ b/workflow/qhtcp-workflow @@ -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 + * (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 ""