From abf8012caf612140283f66fa6e563b57e9398bf8 Mon Sep 17 00:00:00 2001 From: bernat Date: Wed, 20 Oct 2004 11:42:34 +0200 Subject: [PATCH] Typo (de Fred, bien sr) darcs-hash:20041020094234-d1718-e25a403b4327313ad2de5ee5caab460e47768b4e.gz --- gestion/gen_confs/wifi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestion/gen_confs/wifi.py b/gestion/gen_confs/wifi.py index efed45d3..99569724 100755 --- a/gestion/gen_confs/wifi.py +++ b/gestion/gen_confs/wifi.py @@ -466,7 +466,7 @@ cat /tmp/autoexec.log | busybox logger -p local3.info -t "Statut" print ERREUR if self.debug : print output - self.db.services_to_restart('bornes_wifi', borne) + self.db.services_to_restart('bornes_wifi', [borne]) else : status, output = commands.getstatusoutput('ssh -i %s -o StrictHostKeyChecking=no root@%s sh /tmp/autoexec.sh || true' % ( self.clef, borne ) ) print OK