Fix quoting in cgroup-release-agent
This commit is contained in:
parent
dce989e96d
commit
9f14fd7ae1
@ -5,6 +5,6 @@
|
||||
|
||||
cgroup=/sys/fs/cgroup/openrc
|
||||
PATH=/bin:/usr/bin:/sbin:/usr/sbin
|
||||
if [ -d ${cgroup}/$1 ]; then
|
||||
rmdir ${cgroup}/$1
|
||||
if [ -d ${cgroup}/"$1" ]; then
|
||||
rmdir ${cgroup}/"$1"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user