1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/freshrss_ynh.git synced 2024-09-03 18:36:33 +02:00

[fix]Permission on extensions path

This commit is contained in:
Clément 2015-02-08 19:06:57 +01:00
parent d4fe28e971
commit fe3cf1817c
2 changed files with 4 additions and 2 deletions

View file

@ -101,6 +101,7 @@ sudo chown root /etc/cron.d/freshrss
# Set permissions to freshrss directory
sudo chown -R www-data: $final_path/data/
sudo chown -R www-data: $final_path/extensions/
#skip api directory
sudo yunohost app setting freshrss skipped_uris -v /api/greader.php

View file

@ -10,6 +10,7 @@ sudo cp update-ynh.php $final_path/
#execute update
sudo php $final_path/update-ynh.php
sudo cp ../conf/dist_user.conf $final_path/data
sudo cp ../conf/dist_user.conf $final_path/data/
# Set permissions to freshrss directory
sudo chown -R www-data: $final_path/data
sudo chown -R www-data: $final_path/data/
sudo chown -R www-data: $final_path/extensions/