From 8d537a1b6bba5aba388f95c90327c3d3467915b8 Mon Sep 17 00:00:00 2001 From: Kload Date: Thu, 21 Nov 2013 15:41:10 +0100 Subject: [PATCH] Bugfix --- yunohost_tools.py | 1 + 1 file changed, 1 insertion(+) diff --git a/yunohost_tools.py b/yunohost_tools.py index 5ba59ee4..ab544cd0 100644 --- a/yunohost_tools.py +++ b/yunohost_tools.py @@ -301,6 +301,7 @@ def tools_postinstall(domain, password, dyndns=False): os.system('touch /etc/yunohost/installed') os.system('service samba restart') + os.system('service yunohost-api restart &') win_msg(_("YunoHost has been successfully configured"))