Update 00-local_mounts.sh

This commit is contained in:
Alexandre
2023-10-07 13:12:45 +02:00
committed by GitHub
parent 40ee838078
commit 9a9606dd80

View File

@@ -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