1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/galette_ynh.git synced 2024-09-03 18:36:28 +02:00

Adding missing permissions for config

This commit is contained in:
Alexandre Aubin 2015-10-29 01:51:07 +01:00
parent d12a3b3e45
commit 5702103b9f

View file

@ -53,6 +53,8 @@ rm -r galette-$version
sudo chown -R root:www-data $final_path
sudo chmod -R o-rwx $final_path
sudo chmod u+rx $final_path/config
sudo chmod g+rwx $final_path/config
for folder in attachments cache exports files imports logs photos templates_c tempimages
do
sudo chmod u+rx $final_path/data/$folder