bridgehead/cce/modules/lens-setup.sh

6 lines
101 B
Bash
Raw Permalink Normal View History

2024-07-25 11:55:51 +02:00
#!/bin/bash
if [ -n "$ENABLE_LENS" ];then
OVERRIDE+=" -f ./$PROJECT/modules/lens-compose.yml"
fi
}