1
0
Fork 0
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:
Niall Donegan 2012-07-23 15:03:19 +01:00
parent f051d1080a
commit 77239cef72

View file

@ -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'