Append correct

darcs-hash:20050904172811-d1718-b132e2ff6b9db8d6af9de6049f4df02e67eeb92f.gz
This commit is contained in:
bernat 2005-09-04 19:28:11 +02:00
parent c34b6b7a8c
commit c9f049a768

View file

@ -89,7 +89,7 @@ class conf_wifi(gen_config) :
os.path.join("%s%s" % (WORK, root[len(top):]),
name))
# On créé/complète le fichier /etc/nvram.updates
fd = file(os.path.join(WORK, "etc", "nvram.updates"), "w+")
fd = file(os.path.join(WORK, "etc", "nvram.updates"), "a")
data = { 'HOST': borne.nom().split('.')[0],
'IP': borne.ip(),
'CANAL': borne.canal(raw=True),