summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfiles/munin/passenger_stats2
1 files changed, 1 insertions, 1 deletions
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