bridgehead/bbmri/modules/directory-sync.sh

7 lines
203 B
Bash
Raw Permalink Normal View History

2023-08-07 13:00:24 +02:00
#!/bin/bash
if [ -n "${DS_DIRECTORY_USER_NAME}" ]; then
log INFO "Directory sync setup detected -- will start directory sync service."
OVERRIDE+=" -f ./$PROJECT/modules/directory-sync-compose.yml"
fi