Update 00-local_mounts.sh

This commit is contained in:
Alexandre
2023-10-01 14:27:56 +02:00
committed by GitHub
parent 907c9c8ce6
commit 9a7db85d1d

View File

@@ -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