From d59999f2a771c77b390cd27d23ce0d414834b40f Mon Sep 17 00:00:00 2001 From: Valentin Samir Date: Wed, 4 Jan 2012 14:02:11 +0100 Subject: [PATCH] =?UTF-8?q?[whokfet.py]=20valhalla=20est=20pass=C3=A9=20so?= =?UTF-8?q?us=20backfire?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit darcs-hash:20120104130211-3a55a-7c159884e38cf18c76e1f4e4db01c22d5ec235d7.gz --- gestion/tools/whokfet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestion/tools/whokfet.py b/gestion/tools/whokfet.py index ecb1c1ae..eab62191 100755 --- a/gestion/tools/whokfet.py +++ b/gestion/tools/whokfet.py @@ -16,7 +16,7 @@ from subprocess import Popen, PIPE def get_wifi_connected_client(): x=Popen(["ssh","-T", "-i" , "/usr/scripts/gestion/clef-wifi-kfet","-l","root" ,"-x", "-o", "BatchMode=yes", "-o", - "ConnectTimeout=5", "-o", "StrictHostKeyChecking=no","valhalla.wifi", "wl assoclist"], stdout=PIPE) + "ConnectTimeout=5", "-o", "StrictHostKeyChecking=no","valhalla.wifi", "/usr/crans/list_clients.sh"], stdout=PIPE) clients=x.communicate()[0].split("\n") macs=[] for client in clients: