diff --git a/ressources/authelia/debmaker b/ressources/authelia/debmaker index 1e9dc00..53376c7 100755 --- a/ressources/authelia/debmaker +++ b/ressources/authelia/debmaker @@ -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} diff --git a/ressources/authelia/rootfs/DEBIAN/postinst b/ressources/authelia/rootfs/DEBIAN/postinst index 7783fc1..67ddffd 100755 --- a/ressources/authelia/rootfs/DEBIAN/postinst +++ b/ressources/authelia/rootfs/DEBIAN/postinst @@ -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