From c3fe8c1da6ecf87555fbc9e44ab9a508ca17ffba Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 22 Feb 2023 03:29:08 +0100 Subject: [PATCH] Update 92-local_mounts.sh --- .templates/92-local_mounts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.templates/92-local_mounts.sh b/.templates/92-local_mounts.sh index 5af033866..9a4d2dd67 100755 --- a/.templates/92-local_mounts.sh +++ b/.templates/92-local_mounts.sh @@ -36,7 +36,7 @@ if bashio::config.has_value 'localdisks'; then # Install lsblk if ! command -v "lsblk" &>/dev/null; then - if command -v "apk" &>/dev/null; then apk add --no-cache lsblk; fi + if command -v "apk" &>/dev/null; then apk add --no-cache lsblk >/dev/null; fi if command -v "apt" &>/dev/null; then apt-get update && apt-get install -yqq util-linux; fi fi