From 85d1ed439bf6e96705c65d9aa1a791c5f6f6fd05 Mon Sep 17 00:00:00 2001 From: Matheson Steplock Date: Sun, 3 Apr 2022 21:22:09 +0000 Subject: [PATCH] fix spacing --- homeassistant-supervised/DEBIAN/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant-supervised/DEBIAN/postinst b/homeassistant-supervised/DEBIAN/postinst index a919122..6561de9 100755 --- a/homeassistant-supervised/DEBIAN/postinst +++ b/homeassistant-supervised/DEBIAN/postinst @@ -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