diff --git a/.templates/92-local_mounts.sh b/.templates/92-local_mounts.sh index 3843a0ea6..5af033866 100755 --- a/.templates/92-local_mounts.sh +++ b/.templates/92-local_mounts.sh @@ -30,7 +30,7 @@ if bashio::config.has_value 'localdisks'; then mkdir -p /mnt/"$disk" if bashio::config.has_value 'PUID' && bashio::config.has_value 'PGID'; then PUID="$(bashio::config 'PUID')" - PGID="$(bashio::config 'PUID')" + PGID="$(bashio::config 'PGID')" chown "$PUID:$PGID" /mnt/"$disk" fi