Merge pull request #34 from outis1one/clDemoe/seasonal-sunrise-montage-nn268

notify.sh: source .env so NTFY_URL and other creds are available
This commit is contained in:
Outis
2026-04-21 14:43:16 -04:00
committed by GitHub
+1
View File
@@ -22,6 +22,7 @@ if [ ! -f "$CONFIG" ]; then
fi
source "$CONFIG"
source "$SCRIPT_DIR/.env" 2>/dev/null || true
NTFY_ENABLED="${NTFY_ENABLED:-false}"
NTFY_URL="${NTFY_URL:-}"