fix spacing
This commit is contained in:
parent
39648354cf
commit
85d1ed439b
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ then
|
|||
if ! grep -q "systemd.unified_cgroup_hierarchy=false" /boot/cmdline.txt; then
|
||||
info "Switching to cgroup v1"
|
||||
cp /boot/cmdline.txt /boot/cmdline.txt.bak
|
||||
sed -i 's/$/systemd.unified_cgroup_hierarchy=false/' /boot/cmdline.txt
|
||||
sed -i 's/$/ systemd.unified_cgroup_hierarchy=false/' /boot/cmdline.txt
|
||||
touch /var/run/reboot-required
|
||||
fi
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue