1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/civicrm_drupal7_ynh.git synced 2024-09-03 18:16:19 +02:00

Fix permission on civicrm.settings.php

This commit is contained in:
yalh76 2021-04-20 22:42:06 +02:00
parent a41945032b
commit 07fd6c326f

View file

@ -177,6 +177,8 @@ pushd "$final_path"
ynh_setup_source --dest_dir="$final_path/$app/sites/all/modules/civicrm" --source_id="civicrm-drupal"
ynh_setup_source --dest_dir="$final_path/$app/sites/all/modules/civicrm" --source_id="civicrm-l10n"
touch "$final_path/$app/sites/default/civicrm.settings.php"
chmod 750 "$final_path"
chmod -R o-rwx "$final_path"
chown -R $app:www-data "$final_path"