From ad9f7b1c2173adcda9fa53be20e2acc1f209348e Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 22 Feb 2023 03:00:48 +0100 Subject: [PATCH] Update 92-local_mounts.sh https://github.com/alexbelgium/hassio-addons/issues/726 --- .templates/92-local_mounts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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