diff --git a/certbot/util.py b/certbot/util.py index 1d3e5953c..73985719a 100644 --- a/certbot/util.py +++ b/certbot/util.py @@ -278,7 +278,7 @@ def get_systemd_os_like(filepath="/etc/os-release"): :rtype: `list` of `str` """ - return _get_systemd_os_release_var("LIKE", filepath).split(" ") + return _get_systemd_os_release_var("ID_LIKE", filepath).split(" ") def _get_systemd_os_release_var(varname, filepath="/etc/os-release"):