From 9a7db85d1d589a26de9d8f58b36c2576084cd8e3 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 1 Oct 2023 14:27:56 +0200 Subject: [PATCH] Update 00-local_mounts.sh --- .templates/00-local_mounts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.templates/00-local_mounts.sh b/.templates/00-local_mounts.sh index 9535ae204..580f3d138 100755 --- a/.templates/00-local_mounts.sh +++ b/.templates/00-local_mounts.sh @@ -52,7 +52,7 @@ if bashio::config.has_value 'localdisks'; then type="auto" # Check if supported - if [[ *"${fstype}"* != "$fstypessupport" ]]; then + if [[ "${fstypessupport}" != *"${fstype}"* ]]; then bashio::log.fatal : "${fstype} type for ${disk} is not supported" break fi