bridgehead/ccp/modules/nngm-setup.sh

9 lines
195 B
Bash
Raw Normal View History

2023-08-16 09:35:36 +02:00
#!/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
2023-10-11 08:09:49 +02:00
}