diff --git a/.templates/00-local_mounts.sh b/.templates/00-local_mounts.sh index 230cd5d6d..a43bbfdf6 100755 --- a/.templates/00-local_mounts.sh +++ b/.templates/00-local_mounts.sh @@ -61,7 +61,7 @@ if bashio::config.has_value 'localdisks'; then # Check FS type and set relative options (thanks @https://github.com/dianlight/hassio-addons) fstype=$(lsblk "$devpath"/"$disk" -no fstype) - options="nosuid,relatime,noexec" + options="relatime" type="auto" # Check if supported