mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
Connection bug fix
This commit is contained in:
parent
59fc6cc3fc
commit
8bb1cf65cc
1 changed files with 0 additions and 1 deletions
|
@ -558,7 +558,6 @@ def disconnect_services(connections):
|
||||||
|
|
||||||
"""
|
"""
|
||||||
try:
|
try:
|
||||||
print connections
|
|
||||||
if 'ldap' in connections:
|
if 'ldap' in connections:
|
||||||
connections['ldap'].disconnect()
|
connections['ldap'].disconnect()
|
||||||
if 'firewall' in connections:
|
if 'firewall' in connections:
|
||||||
|
|
Loading…
Add table
Reference in a new issue