Skip to content

Commit

Permalink
please work
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Crawford <[email protected]>
  • Loading branch information
stephen-crawford committed Sep 21, 2023
1 parent 18f5715 commit 48856d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/install_demo_configuration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ if [ -n "$initialAdminPassword" ]; then
else
ADMIN_PASSWORD=$(head $OPENSEARCH_CONF_DIR/opensearch-security/initialAdminPassword.txt)
fi
echo "ADMIN PASSWORD SET TO: $ADMIN_PASSWORD"
echo "ADMIN PASSWORD SET TO: $($ADMIN_PASSWORD)"
if [ -z "$ADMIN_PASSWORD" ]; then
echo "Unable to find the admin password for the cluster. Please run 'export initialAdminPassword=<your_password>' or create a file {OPENSEARCH_ROOT}/config/initialAdminPassword.txt with a single line that contains the password."
Expand Down

0 comments on commit 48856d2

Please sign in to comment.