Update 00-local_mounts.sh

This commit is contained in:
Alexandre
2023-09-28 07:38:28 +02:00
committed by GitHub
parent 5b649a2f17
commit 9627128dbd

View File

@@ -70,6 +70,13 @@ if bashio::config.has_value 'localdisks'; then
options="${options},umask=000"
type="ntfs"
;;
ext*)
true
;;
**)
bashio::log.fatal "Cannot mount : ${disk} uses ${fstype} which is not supported"
exit 1
;;
esac
# Legacy mounting : mount to share if still exists (avoid breaking changes)