Add nngm and exliquid modules

This commit is contained in:
juarez 2023-02-10 13:11:50 +01:00
parent 005e5a1bf0
commit 81c0db0349
5 changed files with 5 additions and 1 deletions

View File

View File

View File

@ -9,4 +9,4 @@ function mtbaSetup() {
fi fi
OVERRIDE+=" -f ./$PROJECT/modules/mtba-compose.yml" OVERRIDE+=" -f ./$PROJECT/modules/mtba-compose.yml"
fi fi
} }

View File

@ -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."

View File

@ -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."