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