mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Typo zblerg ~.~
This commit is contained in:
parent
7edbb2c953
commit
e85a29fbf3
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ def _get_ldap_interface():
|
||||||
def assert_slapd_is_running():
|
def assert_slapd_is_running():
|
||||||
|
|
||||||
# Assert slapd is running...
|
# Assert slapd is running...
|
||||||
if not os.system("pgrep slapd >dev/null") == 0:
|
if not os.system("pgrep slapd >/dev/null") == 0:
|
||||||
raise YunohostError("Service slapd is not running but is required to perform this action ... You can try to investigate what's happening with 'systemctl status slapd'")
|
raise YunohostError("Service slapd is not running but is required to perform this action ... You can try to investigate what's happening with 'systemctl status slapd'")
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue