bridgehead/ccp/modules/teiler-ui-setup.sh

7 lines
184 B
Bash
Raw Normal View History

2023-02-10 13:11:50 +01:00
#!/bin/bash
2023-02-14 10:20:19 +01:00
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