pari: trunk r188 - /trunk/tools/zapscan

asterisk-gui-commits at lists.digium.com asterisk-gui-commits at lists.digium.com
Wed Dec 20 21:54:36 MST 2006


Author: pari
Date: Wed Dec 20 22:54:35 2006
New Revision: 188

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=188
Log:
Fix: calling zapscan.bin in wrong path 

Modified:
    trunk/tools/zapscan

Modified: trunk/tools/zapscan
URL: http://svn.digium.com/view/asterisk-gui/trunk/tools/zapscan?view=diff&rev=188&r1=187&r2=188
==============================================================================
--- trunk/tools/zapscan (original)
+++ trunk/tools/zapscan Wed Dec 20 22:54:35 2006
@@ -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 /usr/sbin/zapscan.bin; then
 		echo "OK"
 	else
 		echo "Failed!"



More information about the asterisk-gui-commits mailing list