QHTCP debugging
This commit is contained in:
@@ -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 ""
|
||||
|
||||
Reference in New Issue
Block a user