mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-01 11:32:25 +00:00
Merged revisions 337902 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/10 ................ r337902 | irroot | 2011-09-23 21:18:14 +0200 (Fri, 23 Sep 2011) | 10 lines Merged revisions 337898 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.8 ........ r337898 | irroot | 2011-09-23 21:14:30 +0200 (Fri, 23 Sep 2011) | 4 lines Spelling fix ........ ................ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@337910 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -44,7 +44,7 @@ case "$1" in
|
||||
;;
|
||||
stop)
|
||||
if [ -r ${ASTVARRUNDIR}/asterisk.pid ]; then
|
||||
stat_busy "Stoping Asterisk..."
|
||||
stat_busy "Stopping Asterisk..."
|
||||
${DAEMON} -rx "core stop now" > /dev/null 2&>1
|
||||
if [ $? -gt 0 ]; then
|
||||
stat_fail
|
||||
|
||||
Reference in New Issue
Block a user