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