mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
Do not restart API when post-installing
This commit is contained in:
parent
8cd358e358
commit
d9d7d0ef24
1 changed files with 0 additions and 1 deletions
|
@ -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"))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue