mirror of
https://github.com/samply/bridgehead.git
synced 2025-06-16 13:50:14 +02:00
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 |