1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/yeswiki_ynh.git synced 2024-09-03 18:05:56 +02:00

fix(upgrade): yeswiki_update_dir_rights

This commit is contained in:
Jérémy Dufraisse 2021-11-27 12:52:59 +01:00 committed by GitHub
parent faa49568f1
commit 27b90b5dd5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -147,11 +147,7 @@ ynh_add_fpm_config --package="$extra_php_dependencies"
#=================================================
# Set permissions on app files
chown -R root: $final_path
chown -R $app $final_path/{cache,files,themes,tools,wakka.config.php}
chown $app:www-data $final_path
chmod o-rwx $final_path
yeswiki_update_dir_rights $app $final_path
#=================================================
# RELOAD NGINX