From efde4d86406db6d14c25a8e498704f9ddf28f825 Mon Sep 17 00:00:00 2001 From: paspo Date: Wed, 2 Apr 2025 18:22:27 +0200 Subject: [PATCH] fix perms --- rootfs-php74/app/entrypoint.sh | 2 +- rootfs/app/entrypoint.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rootfs-php74/app/entrypoint.sh b/rootfs-php74/app/entrypoint.sh index 29a3e49..f6ff9a4 100755 --- a/rootfs-php74/app/entrypoint.sh +++ b/rootfs-php74/app/entrypoint.sh @@ -87,7 +87,7 @@ user ${USERNAME} ${GROUPNAME}; EOF # fix permissions for upload -chown "${USERNAME}" /var/lib/nginx +chown "${USERNAME}" /var/lib/nginx /var/lib/nginx/tmp cat > /etc/nginx/http.d/webdav.conf < /etc/nginx/http.d/webdav.conf <