Files
bridgehead/pscc/modules/lens-setup.sh
p.delpy@dkfz-heidelberg.de 7a3cbd1887 feat: add pscc - fix rebase issues
2025-10-29 09:15:46 +01:00

5 lines
99 B
Bash

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