From 2f03e2141a241f85f32120ce45980e0b4a99d3a5 Mon Sep 17 00:00:00 2001 From: Matheson Steplock Date: Wed, 4 Oct 2023 13:42:01 -0400 Subject: [PATCH] don't redirect to dev/null (not needed) --- 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 465d20a..24f8204 100755 --- a/homeassistant-supervised/DEBIAN/postinst +++ b/homeassistant-supervised/DEBIAN/postinst @@ -48,7 +48,7 @@ fi # Start nfs-utils.service for nfs mounts if [ "$(systemctl is-active nfs-utils.service)" = 'inactive' ]; then info "Start nfs-utils.service" - systemctl start nfs-utils.service> /dev/null + systemctl start nfs-utils.service fi # Restart Docker service