aboutsummaryrefslogtreecommitdiffstats
path: root/safe_asterisk
diff options
context:
space:
mode:
Diffstat (limited to 'safe_asterisk')
-rwxr-xr-xsafe_asterisk2
1 files changed, 1 insertions, 1 deletions
diff --git a/safe_asterisk b/safe_asterisk
index 9180e838b..326c6e0aa 100755
--- a/safe_asterisk
+++ b/safe_asterisk
@@ -16,7 +16,7 @@ if [ "$TTY" != "" ]; then
echo "Cannot find your TTY (${TTY})" >&2
exit 1
fi
- ASTARGS="${ASTARGS} -vvv"
+ ASTARGS="${ASTARGS} -vvvg"
if [ "$CONSOLE" != "no" ]; then
ASTARGS="${ASTARGS} -c"
fi