mirror of
https://github.com/samply/bridgehead.git
synced 2025-06-16 16:10:14 +02:00
7 lines
203 B
Bash
Executable File
7 lines
203 B
Bash
Executable File
#!/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
|