From a402b2074fb5888794d5278dd681a1d306eac16d Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 10 Jan 2024 10:14:32 +0100 Subject: [PATCH] Update ha_entrypoint_modif.sh --- .templates/ha_entrypoint_modif.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.templates/ha_entrypoint_modif.sh b/.templates/ha_entrypoint_modif.sh index 1354f9a9c..779c3f642 100755 --- a/.templates/ha_entrypoint_modif.sh +++ b/.templates/ha_entrypoint_modif.sh @@ -8,8 +8,8 @@ set -e # Corrects permissions for s6 v3 ################################ -PUID="{PUID:-0}" -PGID="{PGID:-0}" +PUID="${PUID:-0}" +PGID="${PGID:-0}" if [ -f /ha_entrypoint.sh ]; then chown -R "$PUID:$PGID" /ha_entrypoint.sh