This commit is contained in:
Kload 2013-11-21 15:41:10 +01:00
parent 3fb93e9e69
commit 8d537a1b6b

View file

@ -301,6 +301,7 @@ def tools_postinstall(domain, password, dyndns=False):
os.system('touch /etc/yunohost/installed') os.system('touch /etc/yunohost/installed')
os.system('service samba restart') os.system('service samba restart')
os.system('service yunohost-api restart &')
win_msg(_("YunoHost has been successfully configured")) win_msg(_("YunoHost has been successfully configured"))