diff --git a/plugins/raspberry-pi/rpi_temp b/plugins/raspberry-pi/rpi_temp index ffdd803e..3fe34b1f 100755 --- a/plugins/raspberry-pi/rpi_temp +++ b/plugins/raspberry-pi/rpi_temp @@ -1,11 +1,6 @@ #! /bin/sh # (c) 2013 - LGPL - Steve Schnepp -pluginfull="$0" # full name of plugin -plugin="${0##*/}" # name of plugin -pidfile="$MUNIN_PLUGSTATE/munin.$plugin.pid" -cache="$MUNIN_PLUGSTATE/munin.$plugin.value" - if [ ! -r "/sys/class/thermal/thermal_zone0/temp" ] then