Skip to content
Snippets Groups Projects
Commit ebe9c21b authored by Tilghman Lesher's avatar Tilghman Lesher
Browse files

Merged revisions 136190 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r136190 | tilghman | 2008-08-06 15:14:54 -0500 (Wed, 06 Aug 2008) | 4 lines

-C option takes a filename, not a directory path.
(closes issue #13007)
 Reported by: klaus3000

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@136191 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 0f601e6f
No related branches found
No related tags found
No related merge requests found
......@@ -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=$?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment