mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-18 03:50:32 +02: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"
|
options="${options},umask=000"
|
||||||
type="ntfs"
|
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
|
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