bridgehead/common/nngm-setup.sh

7 lines
161 B
Bash
Raw Permalink Normal View History

2023-09-04 16:43:40 +02:00
#!/bin/bash -e
2023-08-16 09:35:36 +02:00
2023-10-24 07:41:17 +02:00
if [ -n "$NNGM_CTS_APIKEY" ]; then
log INFO "nNGM setup detected -- will start nNGM Connector."
OVERRIDE+=" -f ./common/nngm-compose.yml"
2023-10-24 07:41:17 +02:00
fi