From cd45fc3971a8d26dec376efa5d44fcd177e60362 Mon Sep 17 00:00:00 2001 From: thomas Date: Sun, 23 Oct 2022 10:18:26 +0200 Subject: [PATCH] update authelia --- ressources/authelia/debmaker | 2 +- ressources/authelia/rootfs/DEBIAN/postinst | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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