mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-09-18 16:48:44 +00:00
Redirected the output of which to the great bitbucket in the sky.
This commit is contained in:
parent
7e736ea705
commit
865a196696
1 changed files with 2 additions and 2 deletions
|
@ -45,9 +45,9 @@ munin-node.
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
if [ "$1" = "autoconf" ]; then
|
if [ "$1" = "autoconf" ]; then
|
||||||
if ! which lvs 2>/dev/null; then
|
if ! which lvs 2>&1 >/dev/null; then
|
||||||
echo "no (lvs not found)"
|
echo "no (lvs not found)"
|
||||||
elif ! which vgs 2>/dev/null; then
|
elif ! which vgs 2>&1 >/dev/null; then
|
||||||
echo "no (vgs not found)"
|
echo "no (vgs not found)"
|
||||||
else
|
else
|
||||||
echo "yes"
|
echo "yes"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue