Tidy output
This commit is contained in:
parent
0dd1c1a1ec
commit
a4e98aba4d
@ -18,7 +18,7 @@ function configure_cgroup() {
|
||||
echo 1 > /sys/fs/cgroup/${cgroup_name}/cgroup.procs
|
||||
|
||||
if [ "$(wc -l < /sys/fs/cgroup/cgroup.procs)" != "0" ]; then
|
||||
echo >&2 "warning: processes exist in the root cgroup; this may cause errors during cgroup initialization"
|
||||
echo >&2 "WARNING: processes exist in the root cgroup; this may cause errors during cgroup initialization"
|
||||
fi
|
||||
|
||||
root_cgroup_type="$(cat /sys/fs/cgroup/cgroup.type)"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user