mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Update 00-local_mounts.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user