[fix] Force configuration at postinstall

This commit is contained in:
kload 2015-10-01 19:37:59 -04:00
parent 8c46e978a3
commit beec9e4150

View file

@ -147,7 +147,7 @@ def tools_maindomain(auth, old_domain=None, new_domain=None, dyndns=False):
try:
with open('/etc/yunohost/installed', 'r') as f:
service_regenconf()
service_regenconf(force=True)
except IOError: pass
msignals.display(m18n.n('maindomain_changed'), 'success')