mirror of
https://github.com/samply/bridgehead.git
synced 2025-07-13 09:50:20 +02:00
9 lines
221 B
Bash
Executable File
9 lines
221 B
Bash
Executable File
#!/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
|
|
}
|