mirror of
https://github.com/YunoHost-Apps/leed_ynh.git
synced 2024-09-03 19:26:32 +02:00
Update install
This commit is contained in:
parent
9a40cd16f7
commit
4dcacf04f6
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ sudo mkdir $final_path/cache
|
|||
sudo find $final_path -type f | xargs sudo chmod 644
|
||||
sudo find $final_path -type d | xargs sudo chmod 755
|
||||
sudo chown -R root: $final_path
|
||||
www-data can write on plugins and cache
|
||||
# www-data can write on plugins and cache
|
||||
sudo chown -R www-data $final_path/cache $final_path/plugins
|
||||
|
||||
# Récupération du code de synchronisation
|
||||
|
|
Loading…
Add table
Reference in a new issue