summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2010-05-07 11:09:03 -0400
committerMicah Anderson <micah@riseup.net>2010-05-07 11:09:03 -0400
commit47694168cdb741f42e0152432261eeba48d91829 (patch)
treee50fab1ec01e2e70ba00c737fe20e020467c79db
parent1e23792f58c5495e19e76602f63bb99d34e8392a (diff)
fix the way the environment variable is defined, you do not specify '='
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
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"