1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/onlyoffice_ynh.git synced 2024-09-03 19:56:11 +02:00

[fix] permission

This commit is contained in:
ljf (zamentur) 2022-03-31 17:14:55 +02:00 committed by GitHub
parent 6f2b08dfb8
commit a6f07afb43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -155,7 +155,7 @@ ynh_store_file_checksum --file="/etc/onlyoffice/documentserver/default.json"
# Set permissions to app files
chmod 750 "$final_path"
chmod -R o-rwx "$final_path"
chown -R $app:www-data "$final_path"
chown -R ds:ds "$final_path"
#=================================================
# RELOAD ONLYOFFICE