Fixed "Non-zero exit during autoconf (1)" error from munin vmware plugin.
This commit is contained in:
parent
0a47d1408b
commit
a82489244e
1 changed files with 1 additions and 2 deletions
|
@ -13,11 +13,10 @@
|
|||
if [ "$1" = "autoconf" ]; then
|
||||
if [ -x /usr/bin/vmware-vim-cmd ]; then
|
||||
echo yes
|
||||
exit 0
|
||||
else
|
||||
echo no
|
||||
exit 1
|
||||
fi
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue