From da21ef3cdc5d96eeb5e4be2f12e89ceeeba9bdae Mon Sep 17 00:00:00 2001 From: Oscar Krause Date: Wed, 28 Dec 2022 08:35:59 +0100 Subject: [PATCH] fixed some permissions --- DEBIAN/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEBIAN/postinst b/DEBIAN/postinst index 080dc6c..6376347 100644 --- a/DEBIAN/postinst +++ b/DEBIAN/postinst @@ -79,7 +79,7 @@ if [[ -f $CONFIG_DIR/webserver.key ]]; then fi fi -chown -R www-data:www-data $CONFIG_DIR/* +chown -R www-data:www-data $CONFIG_DIR chown -R www-data:www-data $WORKING_DIR cat <