From beec9e4150cfd422eda1ce9a12fc08cc7c9f4b2d Mon Sep 17 00:00:00 2001 From: kload Date: Thu, 1 Oct 2015 19:37:59 -0400 Subject: [PATCH] [fix] Force configuration at postinstall --- lib/yunohost/tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/yunohost/tools.py b/lib/yunohost/tools.py index ca31e641..bfa9c1a4 100644 --- a/lib/yunohost/tools.py +++ b/lib/yunohost/tools.py @@ -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')