Append correct
darcs-hash:20050904172811-d1718-b132e2ff6b9db8d6af9de6049f4df02e67eeb92f.gz
This commit is contained in:
parent
c34b6b7a8c
commit
c9f049a768
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue