Restart API at the end of postinstall

This commit is contained in:
Kload 2013-10-31 10:57:58 +01:00
parent e465c7567b
commit d5b8c568c5

View file

@ -284,6 +284,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"))