Files
bridgehead/ccp/modules/nngm-setup.sh
2023-09-22 15:37:12 +02:00

9 lines
188 B
Bash

#!/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
}