From 47694168cdb741f42e0152432261eeba48d91829 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Fri, 7 May 2010 11:09:03 -0400 Subject: fix the way the environment variable is defined, you do not specify '=' --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 7f39265..7014d6f 100644 --- a/README +++ b/README @@ -30,4 +30,4 @@ If you need to set different munin plugin configuration values, you can also do so as follows: $passenger_memory_munin_config = "user root\nenv.passenger_memory_stats /opt/bin/passenger-memory-stats" -$passenger_stats_munin_config = "user root\nenv.PASSENGER_TMPDIR=/var/tmp\n" +$passenger_stats_munin_config = "user root\nenv.PASSENGER_TMPDIR /var/tmp\n" -- cgit v1.2.3