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