mirror of https://github.com/samply/bridgehead.git
Add nngm and exliquid modules
This commit is contained in:
parent
3a20460275
commit
7405e53935
|
@ -9,4 +9,4 @@ function mtbaSetup() {
|
||||||
fi
|
fi
|
||||||
OVERRIDE+=" -f ./$PROJECT/modules/mtba-compose.yml"
|
OVERRIDE+=" -f ./$PROJECT/modules/mtba-compose.yml"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
function teilerSetup() {
|
function teilerSetup() {
|
||||||
if [ -n "$ENABLE_TEILER" ];then
|
if [ -n "$ENABLE_TEILER" ];then
|
||||||
log INFO "Teiler setup detected -- will start Teiler service."
|
log INFO "Teiler setup detected -- will start Teiler service."
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
function teilerUiSetup() {
|
function teilerUiSetup() {
|
||||||
if [ -n "$ENABLE_TEILER" ];then
|
if [ -n "$ENABLE_TEILER" ];then
|
||||||
log INFO "Teiler-UI setup detected -- will start Teiler-UI services."
|
log INFO "Teiler-UI setup detected -- will start Teiler-UI services."
|
||||||
|
|
Loading…
Reference in New Issue