mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-09 03:18:30 +00:00
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
This commit is contained in:
@@ -106,7 +106,7 @@ start() {
|
|||||||
if [ "0$MAXCALLS" -gt "0" ]; then
|
if [ "0$MAXCALLS" -gt "0" ]; then
|
||||||
ASTARGS="$ASTARGS -M $MAXCALLS"
|
ASTARGS="$ASTARGS -M $MAXCALLS"
|
||||||
fi
|
fi
|
||||||
if [ "$VERBOSITY" -gt "0" ]; then
|
if [ "0$VERBOSITY" -gt "0" ]; then
|
||||||
for i in `seq 1 $VERBOSITY`; do
|
for i in `seq 1 $VERBOSITY`; do
|
||||||
ASTARGS="$ASTARGS -v"
|
ASTARGS="$ASTARGS -v"
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user