mirror of
https://github.com/YunoHost-Apps/pluxml_ynh.git
synced 2024-09-03 20:16:02 +02:00
Fix plugin configuration & update from admin page
This commit is contained in:
parent
28b9ec7e4a
commit
356e469fdd
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ sudo find $final_path -type f -name ".htaccess" | xargs sudo rm
|
|||
#setup permissions
|
||||
sudo chown -R root: $final_path
|
||||
sudo chown -R www-data: $final_path/data
|
||||
sudo chown -R www-data: $final_path/plugins
|
||||
sudo find $final_path -type f | xargs sudo chmod 644
|
||||
sudo find $final_path -type d | xargs sudo chmod 755
|
||||
|
||||
|
|
Loading…
Reference in a new issue