From: Paul Belanger Date: Thu, 21 Oct 2010 18:13:18 +0000 (+0000) Subject: Fix typo in SUSE init script. X-Git-Tag: 1.8.1-rc1~57 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ce9d013cbd6a8d9bf3c466dac843e4dfc8fcfc06;p=thirdparty%2Fasterisk.git Fix typo in SUSE init script. Reported by: Dave Cotton on asterisk-users list. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@292628 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- 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