mirror of https://github.com/samply/bridgehead.git
7 lines
175 B
Bash
7 lines
175 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
if [ "$ENABLE_TEILER" == true ];then
|
||
|
log INFO "Teiler setup detected -- will start Teiler services."
|
||
|
OVERRIDE+=" -f ./$PROJECT/modules/teiler-compose.yml"
|
||
|
fi
|