bkruse: trunk r1655 - /trunk/scripts/editzap.sh
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Mon Oct 8 17:04:52 CDT 2007
Author: bkruse
Date: Mon Oct 8 17:04:51 2007
New Revision: 1655
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=1655
Log:
taking out the comments placed there by manager also.
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=1655&r1=1654&r2=1655
==============================================================================
--- trunk/scripts/editzap.sh (original)
+++ trunk/scripts/editzap.sh Mon Oct 8 17:04:51 2007
@@ -30,7 +30,7 @@
applysettings)
# Split based on ||| delimeter, and apply to zaptel.
FILENAME="/etc/asterisk/applyzap.conf"
- grep -v "\[general\]" ${FILENAME} > ${ZAPCONF}
+ grep -v "\[general\]" ${FILENAME} | grep -v "\;" > ${ZAPCONF}
ztcfg -vv 2> $ZTCFG_OUTPUT
;;
esac
More information about the asterisk-gui-commits
mailing list