Skip to content
Snippets Groups Projects
Commit f6f32e60 authored by Mark Spencer's avatar Mark Spencer
Browse files

Add debugging to safe_asterisk

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@972 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent db43c5e7
Branches
Tags
No related merge requests found
...@@ -16,7 +16,7 @@ if [ "$TTY" != "" ]; then ...@@ -16,7 +16,7 @@ if [ "$TTY" != "" ]; then
echo "Cannot find your TTY (${TTY})" >&2 echo "Cannot find your TTY (${TTY})" >&2
exit 1 exit 1
fi fi
ASTARGS="${ASTARGS} -vvv" ASTARGS="${ASTARGS} -vvvg"
if [ "$CONSOLE" != "no" ]; then if [ "$CONSOLE" != "no" ]; then
ASTARGS="${ASTARGS} -c" ASTARGS="${ASTARGS} -c"
fi fi
......
...@@ -16,7 +16,7 @@ if [ "$TTY" != "" ]; then ...@@ -16,7 +16,7 @@ if [ "$TTY" != "" ]; then
echo "Cannot find your TTY (${TTY})" >&2 echo "Cannot find your TTY (${TTY})" >&2
exit 1 exit 1
fi fi
ASTARGS="${ASTARGS} -vvv" ASTARGS="${ASTARGS} -vvvg"
if [ "$CONSOLE" != "no" ]; then if [ "$CONSOLE" != "no" ]; then
ASTARGS="${ASTARGS} -c" ASTARGS="${ASTARGS} -c"
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment