Skip to content

Commit

Permalink
Removed commented lines 87 to 91
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosALgit committed Apr 9, 2024
1 parent c95eb42 commit f4ccd4b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build-docker-images/wazuh-indexer/config/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,4 @@ if [[ "$(id -u)" == "0" ]]; then
fi


#if [[ "$DISCOVERY" == "single-node" ]] && [[ ! -f "/var/lib/wazuh-indexer/.flag" ]]; then
# run securityadmin.sh for single node with CACERT, CERT and KEY parameter
# nohup /securityadmin.sh &
# touch "/var/lib/wazuh-indexer/.flag"
#fi

run_as_other_user_if_needed /usr/share/wazuh-indexer/bin/opensearch <<<"$KEYSTORE_PASSWORD"

0 comments on commit f4ccd4b

Please sign in to comment.