From 8a711658178472694d91d0c897f7128240481182 Mon Sep 17 00:00:00 2001 From: Manuel Caballero Date: Wed, 26 Oct 2022 13:29:24 +0200 Subject: [PATCH] fix config.php file permissions --- dd-apps/docker/moodle/02-configure-moodle.sh | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/dd-apps/docker/moodle/02-configure-moodle.sh b/dd-apps/docker/moodle/02-configure-moodle.sh index 5e670f1..f7e612d 100755 --- a/dd-apps/docker/moodle/02-configure-moodle.sh +++ b/dd-apps/docker/moodle/02-configure-moodle.sh @@ -88,15 +88,4 @@ elif false; then php -d max_input_vars=$max_input_vars /var/www/html/admin/cli/maintenance.php --disable fi - - - - - - - - - - - - +chown nobody:root /var/www/html -R \ No newline at end of file