1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00: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"