Use updated nngm module setup

This commit is contained in:
Tobias Kussel 2023-12-15 10:39:50 +00:00
parent fb6af1c4af
commit 842c83c66f
1 changed files with 4 additions and 6 deletions

View File

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