mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +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
|
||||
|
||||
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…
Add table
Add a link
Reference in a new issue