Skip to content

Commit

Permalink
print out sec dirr
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 a44f073 commit 0a349df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/install_demo_configuration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -393,8 +393,8 @@ echo 'plugins.security.system_indices.indices: [".plugins-ml-config", ".plugins-
# Read the admin password from the file or use the initialAdminPassword if set
echo "Plugins dir has"
ls $OPENSEARCH_PLUGINS_DIR
echo "Security config dir has"
ls $OPENSEARCH_PLUGINS_DIR/opensearch-security/config
echo "Security dir has"
ls $OPENSEARCH_PLUGINS_DIR/opensearch-security

ADMIN_PASSWORD=$(head -n 1 "$ADMIN_PASSWORD_FILE")

Expand Down

0 comments on commit 0a349df

Please sign in to comment.