mirror of
https://github.com/samply/bridgehead.git
synced 2025-06-17 01:20:14 +02:00
7 lines
168 B
Bash
7 lines
168 B
Bash
#!/bin/bash
|
|
|
|
if [ -n "$NNGM_CTS_APIKEY" ]; then
|
|
log INFO "nNGM setup detected -- will start nNGM Connector."
|
|
OVERRIDE+=" -f ./$PROJECT/modules/nngm-compose.yml"
|
|
fi
|