From 36c620ca9ca9fbc6fb91576c682f35fe843d3682 Mon Sep 17 00:00:00 2001 From: Matheson Steplock Date: Wed, 23 Mar 2022 00:49:27 +0000 Subject: [PATCH] change wording --- 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 042c130..d0f6de6 100755 --- a/homeassistant-supervised/DEBIAN/postinst +++ b/homeassistant-supervised/DEBIAN/postinst @@ -133,7 +133,7 @@ chmod a+x "${PREFIX}/bin/ha" # Switch to cgroup v1 if ! grep -q "systemd.unified_cgroup_hierarchy=false" /etc/default/grub; then - info "Enable cgroup v1" + info "Switching to cgroup v1" cp /etc/default/grub /etc/default/grub.bak sed -i 's/^GRUB_CMDLINE_LINUX_DEFAULT="/&systemd.unified_cgroup_hierarchy=false /' /etc/default/grub update-grub