From 9199897643e459d5cf2d3f939e064dd2887abcb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 1 Jun 2021 12:22:15 +0200 Subject: [PATCH] debian: remove reference to unused static directory --- debian/pfwb-archives-proxy.postinst | 2 -- 1 file changed, 2 deletions(-) diff --git a/debian/pfwb-archives-proxy.postinst b/debian/pfwb-archives-proxy.postinst index 8c14304..1c35a48 100644 --- a/debian/pfwb-archives-proxy.postinst +++ b/debian/pfwb-archives-proxy.postinst @@ -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