From 25790caa12cf89eb69262d83ed83f4bb1fd01c65 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 15 Feb 2023 11:32:39 +0100 Subject: [PATCH] Update 92-local_mounts.sh --- .templates/92-local_mounts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.templates/92-local_mounts.sh b/.templates/92-local_mounts.sh index 6f60fd433..13e325e23 100755 --- a/.templates/92-local_mounts.sh +++ b/.templates/92-local_mounts.sh @@ -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