mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
Bugfix
This commit is contained in:
parent
3fb93e9e69
commit
8d537a1b6b
1 changed files with 1 additions and 0 deletions
|
@ -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"))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue