1
0
Fork 0
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:
ericgaspar 2021-06-29 21:51:06 +02:00
parent e280928ce4
commit 16e78d0e47
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -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