bridgehead/bbmri/directory-sync.sh

9 lines
221 B
Bash
Raw Normal View History

2023-03-31 08:04:28 +02:00
#!/bin/bash
function dirSetup() {
if [ -n "$DS_DIRECTORY_USER_NAME" ]; then
log INFO "Directory sync setup detected -- will start directory sync service."
OVERRIDE+=" -f ./$PROJECT/directory-sync-compose.yml"
fi
}