Forgot to remove $STD

This commit is contained in:
Tsvetomir Hristov 2024-10-11 12:34:17 +02:00
parent 3ed16d78b7
commit 77a6ce257b

View file

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