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