bridgehead/common/lens-setup.sh

5 lines
89 B
Bash
Raw Permalink Normal View History

#!/bin/bash
if [ -n "$ENABLE_LENS" ];then
OVERRIDE+=" -f ./common/lens-compose.yml"
fi