mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Update 00-local_mounts.sh
This commit is contained in:
@@ -70,13 +70,6 @@ if bashio::config.has_value 'localdisks'; then
|
||||
options="${options},umask=000"
|
||||
type="ntfs"
|
||||
;;
|
||||
ext*)
|
||||
true
|
||||
;;
|
||||
**)
|
||||
bashio::log.fatal "Cannot mount : ${disk} uses ${fstype} which is not supported"
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
||||
# Legacy mounting : mount to share if still exists (avoid breaking changes)
|
||||
|
||||
Reference in New Issue
Block a user