From a8d04312f22f739b2f56a7a1c0e760db9d69bc7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 17 Feb 2021 10:26:18 +0100 Subject: [PATCH] debian: set user/group of spooler directory (#51210) --- debian/chrono.postinst | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/chrono.postinst b/debian/chrono.postinst index 4bc9f92b..8a0e434a 100644 --- a/debian/chrono.postinst +++ b/debian/chrono.postinst @@ -21,6 +21,7 @@ case "$1" in chown $USER:$GROUP /var/log/$NAME chown $USER:$GROUP /var/lib/$NAME/collectstatic chown $USER:$GROUP /var/lib/$NAME/tenants + chown $USER:$GROUP /var/lib/$NAME/spooler # create a secret file SECRET_FILE=$CONFIG_DIR/secret if [ ! -f $SECRET_FILE ]; then