From 58c5bb0537faf43e6ca58c309b2846c64002ae53 Mon Sep 17 00:00:00 2001 From: Jan Date: Sun, 11 Feb 2024 22:46:43 +0100 Subject: [PATCH] move info to right place --- ct/apache-couchdb.sh | 2 ++ install/apache-couchdb-install.sh | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/apache-couchdb.sh b/ct/apache-couchdb.sh index 16262cfd..dab7dcf0 100644 --- a/ct/apache-couchdb.sh +++ b/ct/apache-couchdb.sh @@ -66,3 +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. +${BL}http://${IP}:5984/_utils/${CL} \n" diff --git a/install/apache-couchdb-install.sh b/install/apache-couchdb-install.sh index a3210d8b..41cfde57 100644 --- a/install/apache-couchdb-install.sh +++ b/install/apache-couchdb-install.sh @@ -45,5 +45,3 @@ msg_info "Cleaning up" $STD apt-get autoremove $STD apt-get autoclean msg_ok "Cleaned" - -msg_ok "Login to the WebUI via http://:5984/_utils/ with the credentials saved to ~/CouchDB.creds during setup."