bkruse: trunk r1649 - /trunk/scripts/editzap.sh
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Sat Oct 6 19:05:46 CDT 2007
Author: bkruse
Date: Sat Oct 6 19:05:45 2007
New Revision: 1649
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=1649
Log:
no longer using sed for getting the context out of the file.
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=1649&r1=1648&r2=1649
==============================================================================
--- trunk/scripts/editzap.sh (original)
+++ trunk/scripts/editzap.sh Sat Oct 6 19:05:45 2007
@@ -8,11 +8,6 @@
ZAPCONF="/etc/zaptel.conf"
ZTCFG_OUTPUT="/var/lib/asterisk/static-http/config/ztcfg_output.html"
-
-# Note: Changing modules requires sed
-if [ $(which sed) == "" ] ; then
- error_out "Sed not installed, needed to reload modules, you can do it manually by forcing the modules in via t1e1override"
-fi
case ${1} in
changemodes)
More information about the asterisk-gui-commits
mailing list