From 3da142d5d7d22babd5dcfc412ccf1014fa2be95e Mon Sep 17 00:00:00 2001 From: k clair Date: Wed, 26 Sep 2012 15:21:55 -0700 Subject: Revert "variable PASSENGER_STATUS does not need to be quoted with backticks." in fact it does need to be quoted with backticks since it needs to be run! This reverts commit 6d6960713315ea52b12ca1d4cf696c3fb7c816fa. --- files/munin/passenger_stats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/munin/passenger_stats b/files/munin/passenger_stats index 726cb6a..f06e88a 100755 --- a/files/munin/passenger_stats +++ b/files/munin/passenger_stats @@ -18,7 +18,7 @@ END end def output_values - status = PASSENGER_STATUS + status = `#{PASSENGER_STATUS}` unless $?.success? $stderr.puts "failed executing passenger-status" exit 1 -- cgit v1.2.3