bridgehead/ccp/modules/dnpm-setup.sh

10 lines
322 B
Bash
Raw Permalink Normal View History

2023-05-10 12:54:05 +02:00
#!/bin/bash
if [ -n "${ENABLE_DNPM}" ]; then
2023-08-07 13:00:37 +02:00
log INFO "DNPM setup detected (Beam.Connect) -- will start Beam.Connect for DNPM."
2023-05-17 11:26:55 +02:00
OVERRIDE+=" -f ./$PROJECT/modules/dnpm-compose.yml"
2023-05-10 12:54:05 +02:00
# Set variables required for Beam-Connect
DNPM_BEAM_SECRET_SHORT="$(cat /proc/sys/kernel/random/uuid | sed 's/[-]//g' | head -c 20)"
fi