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:
parent
d4fe28e971
commit
fe3cf1817c
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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/
|
Loading…
Add table
Reference in a new issue