mirror of https://github.com/samply/bridgehead.git
7 lines
203 B
Bash
7 lines
203 B
Bash
|
#!/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
|