mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-21 03:58:10 +01:00
Update 00-local_mounts.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user