1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cryptpad_ynh.git synced 2024-09-03 18:26:14 +02:00

Update upgrade

This commit is contained in:
DDATAA 2022-10-21 15:36:58 +00:00 committed by GitHub
parent 5f8a04a9f2
commit 51303a0655
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -97,6 +97,11 @@ then
chown -R $app:$app "$final_path"
fi
#=================================================
# APPLY FOLDER GROUP RIGHTS FOR WWW-DATA
#=================================================
chgrp -R www-data $final_path
#=================================================
# NGINX CONFIGURATION
#=================================================