mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Force configuration at postinstall
This commit is contained in:
parent
8c46e978a3
commit
beec9e4150
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Reference in a new issue