mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-08 08:35:57 +02:00
Update 00-local_mounts.sh
This commit is contained in:
@@ -52,7 +52,7 @@ if bashio::config.has_value 'localdisks'; then
|
|||||||
type="auto"
|
type="auto"
|
||||||
|
|
||||||
# Check if supported
|
# Check if supported
|
||||||
if [[ *"${fstype}"* != "$fstypessupport" ]]; then
|
if [[ "${fstypessupport}" != *"${fstype}"* ]]; then
|
||||||
bashio::log.fatal : "${fstype} type for ${disk} is not supported"
|
bashio::log.fatal : "${fstype} type for ${disk} is not supported"
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user