diff --git a/ccp/modules/exporter-setup.sh b/ccp/modules/exporter-setup.sh index 0f05315..fed62e5 100644 --- a/ccp/modules/exporter-setup.sh +++ b/ccp/modules/exporter-setup.sh @@ -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?