mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
Forgot to remove $STD
This commit is contained in:
parent
3ed16d78b7
commit
77a6ce257b
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ msg_info "Checking Health"
|
|||
ELASTIC_PORT=9200
|
||||
echo "User: $ELASTIC_USER"
|
||||
echo "Password: $ELASTIC_PASSWORD"
|
||||
$STD curl -XGET --insecure --fail --user $ELASTIC_USER:$ELASTIC_PASSWORD https://${IP}:$ELASTIC_PORT/_cluster/health?pretty
|
||||
curl -XGET --insecure --fail --user $ELASTIC_USER:$ELASTIC_PASSWORD https://${IP}:$ELASTIC_PORT/_cluster/health?pretty
|
||||
msg_ok "Checked Health"
|
||||
|
||||
msg_ok "Completed Successfully!\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue