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:
parent
d12a3b3e45
commit
5702103b9f
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue