mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
-C option takes a filename, not a directory path.
(closes issue #13007) Reported by: klaus3000 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@136190 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -88,7 +88,7 @@ start() {
|
||||
ASTARGS="$ASTARGS -G $AST_GROUP"
|
||||
fi
|
||||
if [ $AST_CONFIG ]; then
|
||||
ASTARGS="$ASTARGS -C $AST_CONFIG"
|
||||
ASTARGS="$ASTARGS -C $AST_CONFIG/asterisk.conf"
|
||||
fi
|
||||
daemon $DAEMON $ASTARGS
|
||||
RETVAL=$?
|
||||
|
Reference in New Issue
Block a user