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 rights

This commit is contained in:
yalh76 2021-04-13 01:04:08 +02:00
parent 11351017f3
commit 0c95e118ca
3 changed files with 3 additions and 3 deletions

View file

@ -94,7 +94,7 @@ mkdir -p "$final_path/$app"
chmod 750 "$final_path"
chmod -R o-rwx "$final_path"
chown -R $app:$app "$final_path"
chown -R $app:www-data "$final_path"
#=================================================
# NGINX CONFIGURATION

View file

@ -70,7 +70,7 @@ ynh_restore_file --origin_path="$final_path"
chmod 750 "$final_path"
chmod -R o-rwx "$final_path"
chown -R $app:$app "$final_path"
chown -R $app:www-data "$final_path"
#=================================================
# RESTORE THE PHP-FPM CONFIGURATION

View file

@ -137,7 +137,7 @@ update-alternatives --set php /usr/bin/php${YNH_DEFAULT_PHP_VERSION}
chmod 750 "$final_path"
chmod -R o-rwx "$final_path"
chown -R $app:$app "$final_path"
chown -R $app:www-data "$final_path"
#=================================================
# STORE THE CONFIG FILE CHECKSUM