move info to right place

This commit is contained in:
Jan 2024-02-11 22:46:43 +01:00
parent 2ec499ffc9
commit 58c5bb0537
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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."