This commit is contained in:
Patrick Skowronek
2023-08-16 09:35:36 +02:00
parent e69c0ec306
commit bbda5e917f
7 changed files with 28 additions and 28 deletions

View File

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