Add nngm and exliquid modules

This commit is contained in:
juarez 2023-02-10 13:11:50 +01:00
parent 2e6edb6179
commit 20e2b2a0ed
5 changed files with 5 additions and 1 deletions

View File

View File

View File

@ -1,3 +1,5 @@
#!/bin/bash
function teilerSetup() {
if [ -n "$ENABLE_TEILER" ];then
log INFO "Teiler setup detected -- will start Teiler service."

View File

@ -1,3 +1,5 @@
#!/bin/bash
function teilerUiSetup() {
if [ -n "$ENABLE_TEILER" ];then
log INFO "Teiler-UI setup detected -- will start Teiler-UI services."