update authelia
This commit is contained in:
parent
8abf0ac195
commit
cd45fc3971
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
VERSION=4.36.9
|
VERSION=4.37.0
|
||||||
APP=authelia
|
APP=authelia
|
||||||
DEPOT=https://github.com/authelia/authelia.git
|
DEPOT=https://github.com/authelia/authelia.git
|
||||||
GIT_VERSION=v${VERSION}
|
GIT_VERSION=v${VERSION}
|
||||||
|
|
|
@ -2,3 +2,4 @@
|
||||||
|
|
||||||
id authelia &> /dev/null || useradd authelia -r -s /bin/false
|
id authelia &> /dev/null || useradd authelia -r -s /bin/false
|
||||||
|
|
||||||
|
systemctl | grep authelia | grep -q running && systemctl daemon-reload && systemctl restart authelia
|
||||||
|
|
Loading…
Reference in New Issue