mirror of
https://github.com/YunoHost-Apps/galette_ynh.git
synced 2024-09-03 18:36:28 +02:00
Fixing chmod in install script
This commit is contained in:
parent
36fa77f992
commit
56a04209b8
1 changed files with 2 additions and 1 deletions
|
@ -55,7 +55,8 @@ sudo chown -R root:www-data $final_path
|
|||
sudo chmod -R o-rwx $final_path
|
||||
for folder in cache config exports logs photos templates_c tempimages
|
||||
do
|
||||
sudo chmod u+rx g+rwx $final_path/data/$folder
|
||||
sudo chmod u+rx $final_path/data/$folder
|
||||
sudo chmod g+rwx $final_path/data/$folder
|
||||
done
|
||||
|
||||
####################################################
|
||||
|
|
Loading…
Add table
Reference in a new issue