chown it all

This commit is contained in:
Philipp Rothmann 2023-03-29 17:46:26 +02:00
parent 43b5242e34
commit ea2ca5228c
1 changed files with 1 additions and 1 deletions

View File

@ -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?