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
8d28bce432
commit
b4820f3eee
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ ynh_script_progression --message="Generating fonts..."
|
||||||
# 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