mirror of https://github.com/samply/bridgehead.git
5 lines
99 B
Bash
5 lines
99 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
if [ -n "$ENABLE_LENS" ];then
|
||
|
OVERRIDE+=" -f ./$PROJECT/modules/lens-compose.yml"
|
||
|
fi
|