debian: set user/group of spooler directory (#51210)

This commit is contained in:
Frédéric Péters 2021-02-17 10:26:18 +01:00
parent be881d997a
commit a8d04312f2
1 changed files with 1 additions and 0 deletions

View File

@ -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