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:
parent
6f2b08dfb8
commit
a6f07afb43
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ ynh_store_file_checksum --file="/etc/onlyoffice/documentserver/default.json"
|
||||||
# Set permissions to app files
|
# Set permissions to app files
|
||||||
chmod 750 "$final_path"
|
chmod 750 "$final_path"
|
||||||
chmod -R o-rwx "$final_path"
|
chmod -R o-rwx "$final_path"
|
||||||
chown -R $app:www-data "$final_path"
|
chown -R ds:ds "$final_path"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# RELOAD ONLYOFFICE
|
# RELOAD ONLYOFFICE
|
||||||
|
|
Loading…
Add table
Reference in a new issue