mirror of
				https://github.com/wazuh/wazuh-docker.git
				synced 2025-11-04 05:53:16 +00:00 
			
		
		
		
	Bump 4.3.1 version
This commit is contained in:
		@@ -84,9 +84,10 @@ if [[ "$(id -u)" == "0" ]]; then
 | 
				
			|||||||
fi
 | 
					fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if [[ "$DISCOVERY" == "single-node" ]]; then
 | 
					if [[ "$DISCOVERY" == "single-node" ]] && [[ ! -f "/var/lib/wazuh-indexer/.flag" ]]; then
 | 
				
			||||||
  # run securityadmin.sh for single node with CACERT, CERT and KEY parameter
 | 
					  # run securityadmin.sh for single node with CACERT, CERT and KEY parameter
 | 
				
			||||||
  nohup /securityadmin.sh &
 | 
					  nohup /securityadmin.sh &
 | 
				
			||||||
 | 
					  touch "/var/lib/wazuh-indexer/.flag"
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
run_as_other_user_if_needed /usr/share/wazuh-indexer/bin/opensearch <<<"$KEYSTORE_PASSWORD"
 | 
					run_as_other_user_if_needed /usr/share/wazuh-indexer/bin/opensearch <<<"$KEYSTORE_PASSWORD"
 | 
				
			||||||
		Reference in New Issue
	
	Block a user