Typo
darcs-hash:20040906144648-d1718-5e232e3530dd13d5b6dcf2995a6837ee9a426f52.gz
This commit is contained in:
parent
4882f01bb7
commit
275c8c0725
1 changed files with 3 additions and 2 deletions
|
@ -193,13 +193,14 @@ if gethostname().split(".")[0] == 'zamok':
|
|||
# Erreur, il faudra relancer le service la prochaine fois
|
||||
if auto : db.services_to_restart('%s' % i[1])
|
||||
sys.stderr.write('Erreur dans le service %s\n' % i[1])
|
||||
|
||||
elif gethostname().split(".")[0] == 'nectaris':
|
||||
# On s'occupe de nectaris
|
||||
if 'conf_wifi' in to_do.keys():
|
||||
if auto : db.services_to_restart('-conf_wifi')
|
||||
try:
|
||||
from gen_confs.wifi import wifi
|
||||
a = wifi()
|
||||
from gen_confs.wifi import conf_wifi
|
||||
a = conf_wifi()
|
||||
a.debug = debug
|
||||
a.reconfigure()
|
||||
except:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue