Compare commits

...

1 Commits

Author SHA1 Message Date
c1c55a6005 lifecycle: fix permission error with local docker
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2021-05-22 20:47:05 +02:00

View File

@ -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