Files
bridgehead/modules/scout-setup.sh
2025-09-02 13:23:34 +02: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
}