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

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