mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +00:00
Use the same method for executing Asterisk as the rest of the script.
(closes issue #12611) Reported by: b_plessis git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@115545 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -53,7 +53,7 @@ case "$1" in
|
|||||||
start)
|
start)
|
||||||
# Check if Asterisk is already running. If it is, then bug out, because
|
# Check if Asterisk is already running. If it is, then bug out, because
|
||||||
# starting up Asterisk when Asterisk is already running is very bad.
|
# starting up Asterisk when Asterisk is already running is very bad.
|
||||||
VERSION=`${ASTSBINDIR}/asterisk -rx 'core show version'`
|
VERSION=`${DAEMON} -rx 'core show version'`
|
||||||
if [ "${VERSION:0:8}" = "Asterisk" ]; then # otherwise "Unable t"
|
if [ "${VERSION:0:8}" = "Asterisk" ]; then # otherwise "Unable t"
|
||||||
echo "Asterisk is already running. $0 will exit now."
|
echo "Asterisk is already running. $0 will exit now."
|
||||||
exit 1
|
exit 1
|
||||||
|
Reference in New Issue
Block a user