From ea2ca5228cae4a2e5ddf11aa58c99dfa0951feaf Mon Sep 17 00:00:00 2001 From: Philipp Rothmann Date: Wed, 29 Mar 2023 17:46:26 +0200 Subject: [PATCH] chown it all --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index fbec8e2..c0c7504 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -79,7 +79,7 @@ if ! [[ -f /var/www/html/wp-content/uploads/civicrm/is_installed ]]; then mv civicrm.settings.php civicrm.settings.php.generated cp /usr/local/etc/civicrm/civicrm.settings.php civicrm.settings.php chmod a-wx /var/www/html/wp-content/uploads/civicrm/civicrm.settings.php - chown -R civicrm:civicrm templates_c + chown -R civicrm:civicrm templates_c upload popd fi # TODO: How do we upgrade a existing civicrm installation?