1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 02:51:03 +00: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 # LGPL License
if [ "$1" = "autoconf" ]; then if [ "$1" = "autoconf" ]; then
echo "yes" [ -z $(which asterisk) ] && echo "no" || echo "yes"
exit 0 exit 0
fi fi