Tidy output

This commit is contained in:
David Boreham 2024-01-25 17:11:15 -07:00
parent 0dd1c1a1ec
commit a4e98aba4d

View File

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