mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Removed uid/gid options
Only applied to fat filesystems https://manpages.ubuntu.com/manpages/kinetic/en/man8/mount.8.html https://github.com/alexbelgium/hassio-addons/issues/755
This commit is contained in:
@@ -78,12 +78,6 @@ if bashio::config.has_value 'localdisks'; then
|
||||
options="${options},umask=000"
|
||||
type="ntfs"
|
||||
;;
|
||||
*)
|
||||
if bashio::config.has_value 'PUID' && bashio::config.has_value 'PGID'; then
|
||||
echo "Using PUID $(bashio::config 'PUID') and PGID $(bashio::config 'PGID')"
|
||||
options="$options,uid=$(bashio::config 'PUID'),gid=$(bashio::config 'PGID')"
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
|
||||
# Legacy mounting : mount to share if still exists (avoid breaking changes)
|
||||
|
||||
Reference in New Issue
Block a user