mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 22:04:06 +02: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)
|
# 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
|
||||||
|
|||||||
Reference in New Issue
Block a user