From 6e6a6854a1bfde9335d730090c7b88eaf12865d1 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 8 Jul 2025 09:04:10 +0200 Subject: [PATCH] Use bashio --- mealie/rootfs/run.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mealie/rootfs/run.txt b/mealie/rootfs/run.txt index 29e3a3b50..c23f5e150 100644 --- a/mealie/rootfs/run.txt +++ b/mealie/rootfs/run.txt @@ -60,7 +60,7 @@ fi chmod -R 777 /data mkdir -p "$DATA_DIR" cd "$DATA_DIR" || true -chown -R "$PUID:$PGID" . +chown -R "$(bashio::config "PUID"):$(bashio::config "PGID")" . echo "Permissions adapted" bashio::log.info "Starting nginx"