1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/luckysheet_ynh.git synced 2024-09-03 19:36:21 +02:00

Missing rights

This commit is contained in:
yalh76 2022-06-18 15:37:49 +02:00
parent 2905d70092
commit c953200f39

View file

@ -87,6 +87,10 @@ then
ynh_setup_source --dest_dir="$final_path/build" ynh_setup_source --dest_dir="$final_path/build"
fi fi
chmod 750 "$final_path"
chmod -R o-rwx "$final_path"
chown -R $app:www-data "$final_path"
#================================================= #=================================================
# UPGRADE DEPENDENCIES # UPGRADE DEPENDENCIES
#================================================= #=================================================