bkruse: branch 1.4 r1754 - /branches/1.4/tools/zapscan
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Fri Oct 26 17:40:45 CDT 2007
Author: bkruse
Date: Fri Oct 26 17:40:44 2007
New Revision: 1754
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=1754
Log:
updated the zapscan shell script to test for the zapscan.bin properly
Modified:
branches/1.4/tools/zapscan
Modified: branches/1.4/tools/zapscan
URL: http://svn.digium.com/view/asterisk-gui/branches/1.4/tools/zapscan?view=diff&rev=1754&r1=1753&r2=1754
==============================================================================
--- branches/1.4/tools/zapscan (original)
+++ branches/1.4/tools/zapscan Fri Oct 26 17:40:44 2007
@@ -6,7 +6,7 @@
( echo "; Created by zapscan -- edit zapata.conf.zapscan instead" ; cat /etc/asterisk/zapata.conf.zapscan ) > /etc/asterisk/zapata.conf
rm -f /etc/asterisk/zapscan.conf
echo -n "Scanning for zaptel devices..."
- if /sbin/zapscan.bin; then
+ if zapscan.bin; then
echo "OK"
else
echo "Failed!"
More information about the asterisk-gui-commits
mailing list