bridgehead/itcc/modules/lens-setup.sh

5 lines
99 B
Bash

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