Skip to content

Commit

Permalink
Fix demo (#1211)
Browse files Browse the repository at this point in the history
  • Loading branch information
andy840314 authored May 28, 2021
1 parent 2371ae4 commit 6a86ae2
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 @@ -186,7 +186,7 @@ echo "OpenSearch lib dir: $OPENSEARCH_LIB_PATH"
echo "Detected OpenSearch Version: $OPENSEARCH_VERSION"
echo "Detected OpenSearch Security Version: $SECURITY_VERSION"

if $SUDO_CMD grep --quiet -i opendistro_security "$OPENSEARCH_CONF_FILE"; then
if $SUDO_CMD grep --quiet -i plugins.security "$OPENSEARCH_CONF_FILE"; then
echo "$OPENSEARCH_CONF_FILE seems to be already configured for Security. Quit."
exit $skip_updates
fi
Expand Down

0 comments on commit 6a86ae2

Please sign in to comment.