fix: added pscc in prepare-system,lens-compose and bridgehead

This commit is contained in:
Denis Köther
2025-04-30 16:06:28 +02:00
committed by Pierre Delpy
parent 5ef4a1701e
commit ec92140b76
4 changed files with 45 additions and 0 deletions

View File

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