mirror of
				https://github.com/samply/bridgehead.git
				synced 2025-11-04 01:20:17 +01:00 
			
		
		
		
	Enable only if true
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
			
		||||
#!/bin/bash
 | 
			
		||||
 | 
			
		||||
if [ -n "$ENABLE_EXPORTER" ]; then
 | 
			
		||||
if [ "$ENABLE_EXPORTER" == true ]; then
 | 
			
		||||
  log INFO "Exporter setup detected -- will start Exporter service."
 | 
			
		||||
  OVERRIDE+=" -f ./$PROJECT/modules/exporter-compose.yml"
 | 
			
		||||
  # TODO: Generate password in another way so that not all passwords are the same?
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user