mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-24 09:57:09 +00:00
Updated the line updating the "vg" variable.
This commit is contained in:
parent
f051d1080a
commit
77239cef72
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ if [ "$1" = "autoconf" ]; then
|
|||
exit 0
|
||||
fi
|
||||
|
||||
vg=`echo $0 | awk '{ sub(".*lvm_","",\$1); print \$1; }'`
|
||||
vg=`echo $0 | awk '{ sub(".*lvm","",\$1); print \$1; }'`
|
||||
|
||||
clean_name() {
|
||||
echo $1 | sed 's/[\/.-]/_/g'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue