rpi_temp: remove unused variables (causing shellcheck failure)

This commit is contained in:
Lars Kruse 2018-03-24 16:29:44 +01:00
parent f360f189fd
commit 6c42d08476
1 changed files with 0 additions and 5 deletions

View File

@ -1,11 +1,6 @@
#! /bin/sh
# (c) 2013 - LGPL - Steve Schnepp <steve.schnepp@pwkf.org>
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