mirror of https://github.com/samply/bridgehead.git
Add nngm and exliquid modules
This commit is contained in:
parent
005e5a1bf0
commit
81c0db0349
|
@ -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