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:
parent
79bace2b6f
commit
9cb3120954
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user