This commit is contained in:
Alexandre
2023-09-28 13:50:17 +02:00
committed by GitHub
parent 9ef5c40006
commit 1de33f5e33

View File

@@ -70,6 +70,11 @@ if bashio::config.has_value 'localdisks'; then
options="${options},umask=000"
type="ntfs"
;;
squashfs)
bashio::log.warning "${fstype} is an EXPERIMENTAL support"
options="loop"
type="squashfs"
;;
esac
# Legacy mounting : mount to share if still exists (avoid breaking changes)