2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00

actually test if it can be run

This commit is contained in:
Steve Schnepp 2012-06-29 16:22:23 +02:00
parent 4df1c1a40c
commit a318064d3d

View File

@ -9,7 +9,7 @@
# LGPL License
if [ "$1" = "autoconf" ]; then
echo "yes"
[ -z $(which asterisk) ] && echo "no" || echo "yes"
exit 0
fi