Skip to content

Commit

Permalink
[fix] Permission
Browse files Browse the repository at this point in the history
  • Loading branch information
zamentur authored Mar 31, 2022
1 parent a6f07af commit 8d28bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/restore
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ ynh_script_progression --message="Generating fonts..."
# 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
Expand Down

0 comments on commit 8d28bce

Please sign in to comment.