From f0be77dfd061f14958f0e2e48b6a701638ad9483 Mon Sep 17 00:00:00 2001 From: Ask Solem Date: Wed, 17 Jun 2009 13:06:00 +0200 Subject: [PATCH] Fix quotes --- rabbitmq-list_queues | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rabbitmq-list_queues b/rabbitmq-list_queues index bd41a4d..5c41d83 100755 --- a/rabbitmq-list_queues +++ b/rabbitmq-list_queues @@ -42,7 +42,7 @@ if [ "$1" = "config" ]; then # one machine answer for several) # The title of the graph - echo 'graph_title RabbitMQ $VHOST list_queues' + echo "graph_title RabbitMQ $VHOST list_queues" # Arguments to "rrdtool graph". In this case, tell it that the # lower limit of the graph is '0', and that 1k=1000 (not 1024) echo 'graph_args --base 1000 -l 0'