From 0a1403f78b0a0b35acc9706aa2d925be667bc0ea Mon Sep 17 00:00:00 2001 From: Stephen Crawford Date: Wed, 20 Sep 2023 12:13:17 -0400 Subject: [PATCH] remove space Signed-off-by: Stephen Crawford --- tools/install_demo_configuration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/install_demo_configuration.sh b/tools/install_demo_configuration.sh index 893bf2c1d4..8906d47ab5 100755 --- a/tools/install_demo_configuration.sh +++ b/tools/install_demo_configuration.sh @@ -109,7 +109,7 @@ else echo "DEBUG: basedir does not exist" fi OPENSEARCH_CONF_FILE="$BASE_DIR/config/opensearch.yml" -INTERNAL_USERS_FILE = "$BASE_DIR/config/internal_users.yml" +INTERNAL_USERS_FILE="$BASE_DIR/config/internal_users.yml" ADMIN_PASSWORD_FILE="$BASE_DIR/secret/initialAdminPassword.txt" OPENSEARCH_BIN_DIR="$BASE_DIR/bin" OPENSEARCH_PLUGINS_DIR="$BASE_DIR/plugins"