move info to right place

pull/2473/head
Jan 1 year ago
parent 2ec499ffc9
commit 58c5bb0537
  1. 2
      ct/apache-couchdb.sh
  2. 2
      install/apache-couchdb-install.sh

@ -66,3 +66,5 @@ build_container
description description
msg_ok "Completed Successfully!\n" 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"

@ -45,5 +45,3 @@ msg_info "Cleaning up"
$STD apt-get autoremove $STD apt-get autoremove
$STD apt-get autoclean $STD apt-get autoclean
msg_ok "Cleaned" msg_ok "Cleaned"
msg_ok "Login to the WebUI via http://<ip>:5984/_utils/ with the credentials saved to ~/CouchDB.creds during setup."

Loading…
Cancel
Save