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
7769f1b8ef
commit
73db3d5d0b
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ for i in export images upload js
|
||||||
do
|
do
|
||||||
if [ ! -d $final_path/cache/$i ]
|
if [ ! -d $final_path/cache/$i ]
|
||||||
sudo mkdir $final_path/cache/$i
|
sudo mkdir $final_path/cache/$i
|
||||||
if
|
fi
|
||||||
sudo chmod -R 777 $final_path/cache/$i
|
sudo chmod -R 777 $final_path/cache/$i
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue