From 50af9d5756365dcf4beea5ca16c36d2d7ac3a846 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Thu, 21 Oct 2010 18:23:41 +0000 Subject: [PATCH] Merged revisions 292628 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.8 ........ r292628 | pabelanger | 2010-10-21 14:13:18 -0400 (Thu, 21 Oct 2010) | 5 lines Fix typo in SUSE init script. Reported by: Dave Cotton on asterisk-users list. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@292630 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- contrib/init.d/rc.suse.asterisk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/init.d/rc.suse.asterisk b/contrib/init.d/rc.suse.asterisk index 8438c720a7..ee70eea7a8 100755 --- a/contrib/init.d/rc.suse.asterisk +++ b/contrib/init.d/rc.suse.asterisk @@ -106,7 +106,7 @@ start() { if [ "0$MAXCALLS" -gt "0" ]; then ASTARGS="$ASTARGS -M $MAXCALLS" fi - if [ "$VERBOSITY" -gt "0" ]; then + if [ "0$VERBOSITY" -gt "0" ]; then for i in `seq 1 $VERBOSITY`; do ASTARGS="$ASTARGS -v" done