mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
Update yunohost.py
This commit is contained in:
parent
197220314f
commit
f87bd30e22
1 changed files with 1 additions and 0 deletions
|
@ -216,6 +216,7 @@ def lemon_configuration(conf_dict):
|
|||
for conf_line in conf_lines:
|
||||
lemon_conf.write(conf_line + '\n')
|
||||
|
||||
os.system('chown www-data '+ lemon_tmp_conf)
|
||||
if os.system('/usr/share/lemonldap-ng/bin/lmYnhMoulinette') == 0:
|
||||
os.system('service apache2 reload')
|
||||
win_msg(_("LemonLDAP configured"))
|
||||
|
|
Loading…
Add table
Reference in a new issue