[asterisk-scf-commits] asterisk-scf/integration/testsuite.git branch "review" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Tue May 31 16:03:09 CDT 2011
branch "review" has been updated
via d238c3e9c3f17ce1ba2df36a445086184032d443 (commit)
from bf007a936d55dabb2c4c15c55ff7597c4cfb06f8 (commit)
Summary of changes:
remote.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit d238c3e9c3f17ce1ba2df36a445086184032d443
Author: Darren Sessions <dsessions at digium.com>
Date: Tue May 31 16:03:06 2011 -0500
fixed interface listed in remote script.
diff --git a/remote.py b/remote.py
index 9db712b..cb177bb 100755
--- a/remote.py
+++ b/remote.py
@@ -20,7 +20,7 @@ import xmlrpclib
import subprocess
import SimpleXMLRPCServer
-iface = 'en0'
+iface = 'eth0'
cwd = os.path.dirname(os.path.realpath(__file__))
arch = platform.machine()
-----------------------------------------------------------------------
--
asterisk-scf/integration/testsuite.git
More information about the asterisk-scf-commits
mailing list