From bcbe73f99ff54a6b3d94c73079637c29129f0019 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Wed, 2 Apr 2025 18:52:38 +0200 Subject: [PATCH] Authelia: fix incorrect rights for email.txt (#3612) --- install/authelia-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/authelia-install.sh b/install/authelia-install.sh index 36b62bad4..0b9e32a67 100644 --- a/install/authelia-install.sh +++ b/install/authelia-install.sh @@ -34,7 +34,6 @@ users: password: "\$argon2id\$v=19\$m=65536,t=3,p=4\$ZBopMzXrzhHXPEZxRDVT2w\$SxWm96DwhOsZyn34DLocwQEIb4kCDsk632PuiMdZnig" groups: [] EOF - cat </etc/authelia/configuration.yml authentication_backend: file: @@ -64,6 +63,8 @@ notifier: filesystem: filename: /etc/authelia/emails.txt EOF +touch /etc/authelia/emails.txt +chown -R authelia:authelia /etc/authelia systemctl enable -q --now authelia msg_ok "Authelia Setup completed"