1
0
Fork 0
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:
ewilly 2016-02-15 19:15:31 +01:00 committed by Moul
parent 28b9ec7e4a
commit 356e469fdd

View file

@ -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