debian: remove reference to unused static directory

This commit is contained in:
Frédéric Péters 2021-06-01 12:22:15 +02:00
parent a8b6b97b23
commit 9199897643
1 changed files with 0 additions and 2 deletions

View File

@ -17,8 +17,6 @@ case "$1" in
--no-create-home --home /var/lib/$NAME \
--gecos "$NAME user" --group $USER
fi
# ensure dirs ownership
chown $USER:$GROUP /var/lib/$NAME/collectstatic
# create a secret file
SECRET_FILE=$CONFIG_DIR/secret
if [ ! -f $SECRET_FILE ]; then