From d2491a19775f180ebd1bec367f7324fb1766e1b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Mon, 17 Jun 2013 16:05:35 -0400 Subject: [PATCH] use a proper interpretor env is not in /bin in debian --- plugins/puppet/puppetmaster | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/puppet/puppetmaster b/plugins/puppet/puppetmaster index aa46b875..d3925def 100755 --- a/plugins/puppet/puppetmaster +++ b/plugins/puppet/puppetmaster @@ -1,4 +1,4 @@ -#! /bin/env ruby +#!/usr/bin/ruby # returns the mem usage of a given process def plist(psname)