mirror of https://github.com/samply/bridgehead.git
Add nngm and exliquid modules
This commit is contained in:
parent
2e6edb6179
commit
20e2b2a0ed
|
@ -1,3 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
function teilerSetup() {
|
||||
if [ -n "$ENABLE_TEILER" ];then
|
||||
log INFO "Teiler setup detected -- will start Teiler service."
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
function teilerUiSetup() {
|
||||
if [ -n "$ENABLE_TEILER" ];then
|
||||
log INFO "Teiler-UI setup detected -- will start Teiler-UI services."
|
||||
|
|
Loading…
Reference in New Issue