mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-01 19:48:47 +02:00
Update 92-local_mounts.sh
This commit is contained in:
@@ -50,7 +50,7 @@ if bashio::config.has_value 'localdisks'; then
|
|||||||
ntfs)
|
ntfs)
|
||||||
bashio::log.warning "${fstype} is an EXPERIMENTAL support"
|
bashio::log.warning "${fstype} is an EXPERIMENTAL support"
|
||||||
options="${options},umask=000"
|
options="${options},umask=000"
|
||||||
type="ntfs3"
|
type="ntfs"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
if bashio::config.has_value 'PUID' && bashio::config.has_value 'PGID'; then
|
if bashio::config.has_value 'PUID' && bashio::config.has_value 'PGID'; then
|
||||||
|
|||||||
Reference in New Issue
Block a user