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

fix sh warnings

This commit is contained in:
Steve Schnepp 2012-06-29 16:19:55 +02:00
parent 79bace2b6f
commit 9cb3120954

View File

@ -8,12 +8,12 @@
#
# LGPL License
if [ $1 = "autoconf" ]; then
if [ "$1" = "autoconf" ]; then
echo "yes"
exit 0
fi
if [ $1 = "config" ]; then
if [ "$1" = "config" ]; then
echo "graph_title Asterisk Channels"
echo "graph_args --base 1000 -l 0"
echo "graph_vlabel Channels"