update authelia

This commit is contained in:
thomas 2022-10-23 10:18:26 +02:00
parent 8abf0ac195
commit cd45fc3971
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
VERSION=4.36.9
VERSION=4.37.0
APP=authelia
DEPOT=https://github.com/authelia/authelia.git
GIT_VERSION=v${VERSION}

View File

@ -2,3 +2,4 @@
id authelia &> /dev/null || useradd authelia -r -s /bin/false
systemctl | grep authelia | grep -q running && systemctl daemon-reload && systemctl restart authelia