From c1c55a60050f12632dfcbc2e6bb4afc57a18921e Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Sat, 22 May 2021 20:47:05 +0200 Subject: [PATCH] lifecycle: fix permission error with local docker Signed-off-by: Jens Langhammer --- lifecycle/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lifecycle/bootstrap.sh b/lifecycle/bootstrap.sh index e871cc38d..a8641a7e5 100755 --- a/lifecycle/bootstrap.sh +++ b/lifecycle/bootstrap.sh @@ -18,7 +18,7 @@ function check_if_root { fi # Fix permissions of backups and media chown -R authentik:authentik /media /backups - chpst -u authentik env HOME=/authentik $1 + chpst -u authentik:authentik:docker env HOME=/authentik $1 } if [[ "$1" == "server" ]]; then