Generate passwords only if modules are enabled

This commit is contained in:
juarez
2023-07-19 13:45:14 +02:00
parent e907a2347e
commit 1cde384358
4 changed files with 18 additions and 18 deletions

View File

@@ -1,8 +1,8 @@
#!/bin/bash
function nngmSetup() {
if [ -n "$NNGM_CTS_APIKEY" ]; then
log INFO "nNGM setup detected -- will start nNGM Connector."
OVERRIDE+=" -f ./$PROJECT/nngm-compose.yml"
fi
}
if [ -n "$NNGM_CTS_APIKEY" ]; then
log INFO "nNGM setup detected -- will start nNGM Connector."
OVERRIDE+=" -f ./$PROJECT/nngm-compose.yml"
fi
}