bkruse: trunk r1651 - /trunk/scripts/editzap.sh
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Sat Oct 6 19:23:07 CDT 2007
Author: bkruse
Date: Sat Oct 6 19:23:06 2007
New Revision: 1651
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=1651
Log:
redirect stderr to the file so we can read it
Modified:
trunk/scripts/editzap.sh
Modified: trunk/scripts/editzap.sh
URL: http://svn.digium.com/view/asterisk-gui/trunk/scripts/editzap.sh?view=diff&rev=1651&r1=1650&r2=1651
==============================================================================
--- trunk/scripts/editzap.sh (original)
+++ trunk/scripts/editzap.sh Sat Oct 6 19:23:06 2007
@@ -31,7 +31,7 @@
# Split based on ||| delimeter, and apply to zaptel.
FILENAME="/etc/asterisk/applyzap.conf"
grep -v "\[general\]" ${FILENAME} > ${ZAPCONF}
- ztcfg -vv > $ZTCFG_OUTPUT
+ ztcfg -vv 2> $ZTCFG_OUTPUT
;;
esac
More information about the asterisk-gui-commits
mailing list