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:
@@ -70,13 +70,6 @@ if bashio::config.has_value 'localdisks'; then
|
|||||||
options="${options},umask=000"
|
options="${options},umask=000"
|
||||||
type="ntfs"
|
type="ntfs"
|
||||||
;;
|
;;
|
||||||
ext*)
|
|
||||||
true
|
|
||||||
;;
|
|
||||||
**)
|
|
||||||
bashio::log.fatal "Cannot mount : ${disk} uses ${fstype} which is not supported"
|
|
||||||
exit 1
|
|
||||||
;;
|
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# Legacy mounting : mount to share if still exists (avoid breaking changes)
|
# Legacy mounting : mount to share if still exists (avoid breaking changes)
|
||||||
|
|||||||
Reference in New Issue
Block a user