mirror of
https://github.com/YunoHost-Apps/etherpad_mypads_ynh.git
synced 2024-09-03 18:36:09 +02:00
Update upgrade
This commit is contained in:
parent
e280928ce4
commit
16e78d0e47
1 changed files with 2 additions and 2 deletions
|
@ -394,8 +394,8 @@ fi
|
|||
|
||||
# Set files ownership to Etherpad
|
||||
chmod 750 "$final_path"
|
||||
chmod o-rwx $final_path
|
||||
chown -R $app: $final_path
|
||||
chmod o-rwx "$final_path"
|
||||
chown -R $app: "$final_path"
|
||||
# Restrict access to credentials.json
|
||||
chmod 600 "$final_path/credentials.json"
|
||||
chown $app -R /var/log/$app/etherpad.log
|
||||
|
|
Loading…
Add table
Reference in a new issue