From 6d6960713315ea52b12ca1d4cf696c3fb7c816fa Mon Sep 17 00:00:00 2001 From: k clair Date: Wed, 26 Sep 2012 15:19:56 -0700 Subject: variable PASSENGER_STATUS does not need to be quoted with backticks. --- 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 f06e88a..726cb6a 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