From c0aee37e37f80b6d13f43487e113f968b5b77296 Mon Sep 17 00:00:00 2001 From: Albert Santoni Date: Thu, 13 Mar 2014 14:38:01 -0400 Subject: [PATCH] CC-5709: Airtime Analyzer * Fixed the RabbitMQ setup instructions in the README --- python_apps/airtime_analyzer/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_apps/airtime_analyzer/README.rst b/python_apps/airtime_analyzer/README.rst index ffd0c8ef8..2f0c9e133 100644 --- a/python_apps/airtime_analyzer/README.rst +++ b/python_apps/airtime_analyzer/README.rst @@ -6,7 +6,7 @@ Ghetto temporary installation instructions You will need to allow the "airtime" RabbitMQ user to access all exchanges and queues within the /airtime vhost: - sudo rabbitmqctl set_permissions -p /airtime airtime .* .* .* + sudo rabbitmqctl set_permissions -p /airtime airtime .\* .\* .\* Usage