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
7b3641633b
commit
6496917135
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ echo "*/30 * * * * www-data cd $final_path && /usr/bin/php $final_path/update.ph
|
||||||
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 cache/images && &&chmod -R 777 cache/upload && chmod -R 777 cache/export && chmod -R 777 cache/js && chmod -R 777 feed-icons && chmod -R 777 lock
|
sudo chmod -R 777 cache/images && chmod -R 777 cache/upload && chmod -R 777 cache/export && chmod -R 777 cache/js && chmod -R 777 feed-icons && chmod -R 777 lock
|
||||||
|
|
||||||
|
|
||||||
# Set permissions to ttrss directory
|
# Set permissions to ttrss directory
|
||||||
|
|
Loading…
Add table
Reference in a new issue