Forgot to remove $STD

pull/3886/head
Tsvetomir Hristov 9 months ago
parent 3ed16d78b7
commit 77a6ce257b
  1. 2
      ct/elasticsearch.sh

@ -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…
Cancel
Save