mirror of
https://github.com/YunoHost-Apps/ttrss_ynh.git
synced 2024-10-01 13:34:46 +02:00
Update install
This commit is contained in:
parent
5f31ca263d
commit
1674d6b402
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/{feed-icons,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
|
||||
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 $final_path/feed-icons && sudo chmod -R 777 $final_path/lock
|
||||
|
||||
|
||||
# Set permissions to ttrss directory
|
||||
|
|
Loading…
Reference in a new issue