mirror of
https://github.com/samply/bridgehead.git
synced 2026-07-17 12:50:11 +02:00
7 lines
106 B
Bash
7 lines
106 B
Bash
#!/bin/bash -e
|
|
|
|
if [ -n "$ENABLE_OVIS" ];then
|
|
|
|
OVERRIDE+=" -f ./$PROJECT/modules/ovis-compose.yml"
|
|
fi
|