Handle existing qhtcp project dir gracefully

This commit is contained in:
2024-08-01 20:12:58 -04:00
parent 71a6e9b707
commit 3e76a96c24

View File

@@ -833,6 +833,9 @@ qhtcp() {
echo "New project created at $QHTCP_PROJECT_DIR"
fi
;;
c)
break
;;
*)
err "Invalid response, please try again"
continue