Skip to content

Commit bcbe73f

Browse files
authored
Authelia: fix incorrect rights for email.txt (#3612)
1 parent 71c337e commit bcbe73f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

install/authelia-install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ users:
3434
password: "\$argon2id\$v=19\$m=65536,t=3,p=4\$ZBopMzXrzhHXPEZxRDVT2w\$SxWm96DwhOsZyn34DLocwQEIb4kCDsk632PuiMdZnig"
3535
groups: []
3636
EOF
37-
3837
cat <<EOF >/etc/authelia/configuration.yml
3938
authentication_backend:
4039
file:
@@ -64,6 +63,8 @@ notifier:
6463
filesystem:
6564
filename: /etc/authelia/emails.txt
6665
EOF
66+
touch /etc/authelia/emails.txt
67+
chown -R authelia:authelia /etc/authelia
6768
systemctl enable -q --now authelia
6869
msg_ok "Authelia Setup completed"
6970

0 commit comments

Comments
 (0)