Update 92-local_mounts.sh

This commit is contained in:
Alexandre
2023-02-15 11:32:39 +01:00
committed by GitHub
parent d48922306a
commit 25790caa12

View File

@@ -50,7 +50,7 @@ if bashio::config.has_value 'localdisks'; then
ntfs)
bashio::log.warning "${fstype} is an EXPERIMENTAL support"
options="${options},umask=000"
type="ntfs3"
type="ntfs"
;;
*)
if bashio::config.has_value 'PUID' && bashio::config.has_value 'PGID'; then