mirror of
https://github.com/YunoHost-Apps/ttrss_ynh.git
synced 2024-10-01 13:34:46 +02:00
bug fix
This commit is contained in:
parent
3c628cc878
commit
5f31ca263d
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ sudo mv /tmp/cronttrss /etc/cron.d/ttrss
|
||||||
sudo mkdir $final_path/cache/{export,images,upload,js}
|
sudo mkdir $final_path/cache/{export,images,upload,js}
|
||||||
sudo mkdir $final_path/{feed-icons,lock}
|
sudo mkdir $final_path/{feed-icons,lock}
|
||||||
|
|
||||||
sudo chmod -R 777 $final_path/cache/images && chmod -R 777 $final_path/cache/upload && chmod -R 777 $final_path/cache/export && chmod -R 777 $final_path/cache/js && chmod -R 777 feed-icons && chmod -R 777 lock
|
sudo chmod -R 777 $final_path/cache/images && sudo chmod -R 777 $final_path/cache/upload && sudo chmod -R 777 $final_path/cache/export && sudo chmod -R 777 $final_path/cache/js && sudo chmod -R 777 feed-icons && sudo chmod -R 777 lock
|
||||||
|
|
||||||
|
|
||||||
# Set permissions to ttrss directory
|
# Set permissions to ttrss directory
|
||||||
|
|
Loading…
Reference in a new issue