1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/spftoolbox_ynh.git synced 2024-09-03 20:26:21 +02:00

Update upgrade

This commit is contained in:
ericgaspar 2021-07-24 07:32:21 +02:00
parent 31aa678561
commit 7cb1aa23a1

View file

@ -80,6 +80,10 @@ then
ynh_setup_source --dest_dir="$final_path"
fi
chmod 750 "$final_path"
chmod -R o-rwx "$final_path"
chown -R $app:www-data "$final_path"
#=================================================
# NGINX CONFIGURATION
#=================================================