From e43acdcd4f13baea95fd251eb62ddff53ecdd42c Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 22 Aug 2022 10:17:21 +0200 Subject: [PATCH] Update 92-smb_mounts.sh --- .templates/92-smb_mounts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.templates/92-smb_mounts.sh b/.templates/92-smb_mounts.sh index 0a2aadafd..1396f6383 100644 --- a/.templates/92-smb_mounts.sh +++ b/.templates/92-smb_mounts.sh @@ -31,8 +31,8 @@ if bashio::config.has_value 'networkdisks'; then PUID=",uid=$(bashio::config 'PUID')" PGID=",gid=$(bashio::config 'PGID')" else - PUID="" - PGID="" + PUID=",uid=$(id -u)" + PGID=",gid=$(id -g)" fi # Mounting disks