From dbdb68dd8414d5712fff4125691e81b819077925 Mon Sep 17 00:00:00 2001 From: Jan Date: Sun, 11 Feb 2024 22:51:51 +0100 Subject: [PATCH] Use the credentials saved to ~/CouchDB.creds during setup, will be on the website. --- ct/apache-couchdb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/apache-couchdb.sh b/ct/apache-couchdb.sh index dab7dcf0..6bb24cd5 100644 --- a/ct/apache-couchdb.sh +++ b/ct/apache-couchdb.sh @@ -66,5 +66,5 @@ build_container description msg_ok "Completed Successfully!\n" -echo -e "${APP} should be reachable by going to the following URL. Use the credentials saved to ~/CouchDB.creds during setup. +echo -e "${APP} should be reachable by going to the following URL. ${BL}http://${IP}:5984/_utils/${CL} \n"