From a160dea03441697330d6b326978ebd0cd6891443 Mon Sep 17 00:00:00 2001 From: Maxim Kravets Date: Wed, 11 Apr 2012 16:08:02 +0600 Subject: [PATCH] Proper shebang for flexibility --- plugins/weather/weather_press_ | 2 +- plugins/weather/weather_temp_ | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/weather/weather_press_ b/plugins/weather/weather_press_ index abcf5de5..28c28ba3 100755 --- a/plugins/weather/weather_press_ +++ b/plugins/weather/weather_press_ @@ -1,4 +1,4 @@ -#!/usr/local/bin/python +#!/usr/bin/env python """ munin US NOAA weather plugin (http://weather.noaa.gov) diff --git a/plugins/weather/weather_temp_ b/plugins/weather/weather_temp_ index 321031de..5cd74b55 100755 --- a/plugins/weather/weather_temp_ +++ b/plugins/weather/weather_temp_ @@ -1,4 +1,4 @@ -#!/usr/local/bin/python +#!/usr/bin/env python """ munin US NOAA weather plugin (http://weather.noaa.gov)