Do not restart API when post-installing

This commit is contained in:
Kload 2013-11-21 09:58:41 +01:00
parent 8cd358e358
commit d9d7d0ef24

View file

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