From 93e5f16f1bd9f5a8f6e4b13eb8e30e72ceb0c573 Mon Sep 17 00:00:00 2001 From: Vaadasch Date: Thu, 28 Mar 2024 17:44:22 +0100 Subject: [PATCH] Ownership of documents dirs after module activation --- docker-run.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-run.sh b/docker-run.sh index 69e3e3d..0da73c6 100755 --- a/docker-run.sh +++ b/docker-run.sh @@ -171,6 +171,8 @@ function initializeDatabase() echo "Enable user module ..." php /var/www/scripts/docker-init.php + # Update ownership after initialisation of modules + chown -R www-data:www-data /var/www/documents } function migrateDatabase()