1
0
Fork 0
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:
Salamandar 2024-03-25 15:23:23 +01:00
parent 4025d5f618
commit f07ba8c49a

View file

@ -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
#=================================================