From 6c42d08476de80c25f57bf87517a03c1401902d5 Mon Sep 17 00:00:00 2001 From: Lars Kruse Date: Sat, 24 Mar 2018 16:29:44 +0100 Subject: [PATCH] rpi_temp: remove unused variables (causing shellcheck failure) --- plugins/raspberry-pi/rpi_temp | 5 ----- 1 file changed, 5 deletions(-) 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