mirror of https://github.com/tteck/Proxmox.git
move info to right place
This commit is contained in:
parent
2ec499ffc9
commit
58c5bb0537
|
@ -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…
Reference in New Issue