mirror of
https://github.com/munin-monitoring/contrib.git
synced 2018-11-08 00:59:34 +01:00
Merge pull request #193 from brycied00d/patch-1
Correct wildcard name handling on plugin net/vnstat_
This commit is contained in:
commit
bac376c23e
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
IFACE=`echo $0 | awk -F_ '{print $1}'`
|
IFACE=${0##*vnstat_}
|
||||||
|
|
||||||
|
|
||||||
# Config section
|
# Config section
|
||||||
|
Loading…
Reference in New Issue
Block a user