mirror of
https://github.com/samply/bridgehead.git
synced 2025-12-13 02:17:32 +01:00
7 lines
184 B
Bash
7 lines
184 B
Bash
#!/bin/bash
|
|
|
|
if [ "$ENABLE_TEILER" == true ];then
|
|
log INFO "Teiler-UI setup detected -- will start Teiler-UI services."
|
|
OVERRIDE+=" -f ./$PROJECT/modules/teiler-ui-compose.yml"
|
|
fi
|