mirror of
https://github.com/YunoHost-Apps/dolibarr_ynh.git
synced 2024-09-03 18:35:53 +02:00
Fix install_dir permissions
This commit is contained in:
parent
4025d5f618
commit
f07ba8c49a
1 changed files with 2 additions and 0 deletions
|
@ -53,6 +53,8 @@ EOF
|
|||
ynh_script_progression --message="Download source files..." --weight=10
|
||||
ynh_setup_source --dest_dir="$install_dir"
|
||||
|
||||
chown -R "$app:www-data" "$install_dir"
|
||||
|
||||
#=================================================
|
||||
# PREPARE AND INSTALL APP
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue