Skip to content

Commit

Permalink
remove space
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 20, 2023
1 parent 4c5b6f0 commit 0a1403f
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 @@ -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"
Expand Down

0 comments on commit 0a1403f

Please sign in to comment.