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?