mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
Forgot to change the IP
This commit is contained in:
parent
1985110fa3
commit
6743207e8a
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ description
|
|||
|
||||
msg_ok "Completed Successfully!\n"
|
||||
echo -e "${APP} is installed, you can check it's health by running:
|
||||
${BL}curl -XGET --insecure --fail --user $ELASTIC_USER:$ELASTIC_PASSWORD https://localhost:$ELASTIC_PORT/_cluster/health?pretty${CL}
|
||||
${BL}curl -XGET --insecure --fail --user $ELASTIC_USER:$ELASTIC_PASSWORD https://${IP}:$ELASTIC_PORT/_cluster/health?pretty${CL}
|
||||
Elasticsearch credentials are:
|
||||
User: ${BL}${ELASTIC_USER}${CL}
|
||||
Password: ${BL}${ELASTIC_PASSWORD}${CL}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue