1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

vserver_jiffies: remove unused variable 'KCIN'

This commit is contained in:
Lars Kruse 2018-03-08 04:42:46 +01:00
parent 7ec35e1753
commit ea06de7c4f

View file

@ -27,7 +27,6 @@ VSERVERS=(${=vservers})
STRIPDOMAIN="$stripdomain" STRIPDOMAIN="$stripdomain"
INFO=($(sed 's/.*:\t//' /proc/virtual/info 2>/dev/null || echo '<none>')) INFO=($(sed 's/.*:\t//' /proc/virtual/info 2>/dev/null || echo '<none>'))
KCIN="$[ 16#${INFO[2]} ]";
NAMELOC="nsproxy" NAMELOC="nsproxy"