mirror of
https://github.com/YunoHost-Apps/flarum_ynh.git
synced 2024-09-03 18:36:24 +02:00
Ensure files belong to app's user even after Composer commands, in install
This commit is contained in:
parent
119736eeb7
commit
b5f921c5e4
1 changed files with 5 additions and 0 deletions
|
@ -187,6 +187,11 @@ case $language in
|
|||
;;
|
||||
esac
|
||||
|
||||
# Set files and directories permissions
|
||||
chmod 750 "$final_path"
|
||||
chmod -R o-rwx "$final_path"
|
||||
chown -R $app:www-data "$final_path"
|
||||
|
||||
#=================================================
|
||||
# GENERIC FINALIZATION
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue