Typo (de Fred, bien sr)

darcs-hash:20041020094234-d1718-e25a403b4327313ad2de5ee5caab460e47768b4e.gz
This commit is contained in:
bernat 2004-10-20 11:42:34 +02:00
parent c30ce9a39e
commit abf8012caf

View file

@ -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