From 7a295b6ad0bff423244d94d4fe8ce8a7f3e57a14 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 16 Sep 2022 20:50:03 +0200 Subject: [PATCH] Update 92-local_mounts.sh --- .templates/92-local_mounts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.templates/92-local_mounts.sh b/.templates/92-local_mounts.sh index 5cea71e81..6996884e2 100644 --- a/.templates/92-local_mounts.sh +++ b/.templates/92-local_mounts.sh @@ -17,8 +17,8 @@ if bashio::config.has_value 'localdisks'; then PUID="$(bashio::config 'PUID')" PGID="$(bashio::config 'PGID')" else - PUID="$(id -u)" - PGID="$(id -g)" + PUID="0" + PGID="0" fi # Separate comma separated values