mirror of
https://github.com/samply/bridgehead.git
synced 2026-08-13 14:42:36 +02:00
dkfz-module
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
function dkfzSetup() {
|
||||
if [ "${ENABLE_DKFZ:-}" == "true" ]; then
|
||||
log INFO "DKFZ TransFAIR setup detected -- will start TransFAIR and Beam.Connect."
|
||||
DKFZ_TRANSFAIR_BEAM_SECRET="$(cat /proc/sys/kernel/random/uuid | sed 's/[-]//g' | head -c 20)"
|
||||
OVERRIDE+=" -f ./dhki/modules/dkfz-compose.yml"
|
||||
fi
|
||||
}
|
||||
Reference in New Issue
Block a user