You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if [ "${nb_matching_cgroup_mounts}"-ne 1 ] || [ -z"${current_cgroup}" ];then
36
-
echo"permit_monit_access: unable to resolve cgroup v2 mount or path. current_cgroup=${current_cgroup} cgroup_mount=${cgroup_mount} nb_matching_cgroup_mounts=${nb_matching_cgroup_mounts}">&2
34
+
if [ -z"${cgroup_mount}" ] || [ -z"${current_cgroup}" ];then
35
+
echo"permit_monit_access: unable to resolve cgroup v2 mount or path">&2
0 commit comments