Update 00-local_mounts.sh

This commit is contained in:
Alexandre
2023-10-07 15:53:38 +02:00
committed by GitHub
parent 1b7497d673
commit 5351bd1d84

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) # Check FS type and set relative options (thanks @https://github.com/dianlight/hassio-addons)
fstype=$(lsblk "$devpath"/"$disk" -no fstype) fstype=$(lsblk "$devpath"/"$disk" -no fstype)
options="relatime" options="nosuid,relatime,noexec"
type="auto" type="auto"
# Check if supported # Check if supported