diff --git a/notify.sh b/notify.sh index 8f580f9..f6cf746 100755 --- a/notify.sh +++ b/notify.sh @@ -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:-}"