Typo zblerg ~.~

This commit is contained in:
Alexandre Aubin 2020-05-02 02:34:28 +02:00 committed by GitHub
parent 7edbb2c953
commit e85a29fbf3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'")