Skip to content

Commit

Permalink
Corrects info logs
Browse files Browse the repository at this point in the history
Signed-off-by: Darshit Chanpura <[email protected]>
  • Loading branch information
DarshitChanpura committed Dec 14, 2023
1 parent bc713dd commit 93cdf8c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/startup/tar/linux/opensearch-tar-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ KNN_LIB_DIR=$OPENSEARCH_HOME/plugins/opensearch-knn/lib
if [ -d "$OPENSEARCH_HOME/plugins/opensearch-security" ]; then
echo "OpenSearch 2.12.0 onwards, the security plugin introduces a change that requires an initial password for 'admin' user."
echo "Please define an environment variable 'OPENSEARCH_INITIAL_ADMIN_PASSWORD' with a password string."
echo "Or create a file 'opensearch_initial_admin_password.txt' with a single line that contains the password string and place it under $OPENSEARCH_PATH_CONF folder."
echo "If none of these are provided, the setup will quit."
echo "If a password is not provided, the setup will quit."
bash $OPENSEARCH_HOME/plugins/opensearch-security/tools/install_demo_configuration.sh -y -i -s || exit 1
echo "done security"
fi
Expand Down

0 comments on commit 93cdf8c

Please sign in to comment.