mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Merge pull request #193 from brycied00d/patch-1
Correct wildcard name handling on plugin net/vnstat_
This commit is contained in:
commit
bac376c23e
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
|
||||
|
||||
|
||||
IFACE=`echo $0 | awk -F_ '{print $1}'`
|
||||
IFACE=${0##*vnstat_}
|
||||
|
||||
|
||||
# Config section
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue