1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pluxml_ynh.git synced 2024-09-03 20:16:02 +02:00

Merge pull request #19 from ewilly/patch-1

Fix plugin configuration & update from admin page
This commit is contained in:
Matlink 2016-04-03 17:10:53 +02:00
commit 0e96709fa5

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