Files
bridgehead/modules/scout-setup.sh
2026-01-28 13:52:38 +01:00

9 lines
199 B
Bash

#!/bin/bash -e
function scoutSetup() {
if [[ -n "$ENABLE_SCOUT" && -n "$SCOUT_BASIC_AUTH_USERS" ]]; then
echo "Starting scout."
OVERRIDE+=" -f ./modules/scout-compose.yml"
fi
}