mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 14:16:00 +00:00
fix sh warnings
This commit is contained in:
parent
79bace2b6f
commit
9cb3120954
1 changed files with 2 additions and 2 deletions
|
@ -8,12 +8,12 @@
|
||||||
#
|
#
|
||||||
# LGPL License
|
# LGPL License
|
||||||
|
|
||||||
if [ $1 = "autoconf" ]; then
|
if [ "$1" = "autoconf" ]; then
|
||||||
echo "yes"
|
echo "yes"
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ $1 = "config" ]; then
|
if [ "$1" = "config" ]; then
|
||||||
echo "graph_title Asterisk Channels"
|
echo "graph_title Asterisk Channels"
|
||||||
echo "graph_args --base 1000 -l 0"
|
echo "graph_args --base 1000 -l 0"
|
||||||
echo "graph_vlabel Channels"
|
echo "graph_vlabel Channels"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue