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
73db3d5d0b
commit
8e439d7919
1 changed files with 4 additions and 2 deletions
|
@ -44,7 +44,8 @@ sudo apt-get install php5-cli -y
|
|||
#add folder
|
||||
for i in export images upload js
|
||||
do
|
||||
if [ ! -d $final_path/cache/$i ]
|
||||
if [ ! -d $final_path/cache/$i ];
|
||||
then
|
||||
sudo mkdir $final_path/cache/$i
|
||||
fi
|
||||
sudo chmod -R 777 $final_path/cache/$i
|
||||
|
@ -52,7 +53,8 @@ done
|
|||
|
||||
for i in feed-icons lock
|
||||
do
|
||||
if [ ! -d $final_path/$i ]
|
||||
if [ ! -d $final_path/$i ];
|
||||
then
|
||||
sudo mkdir $final_path/$i
|
||||
fi
|
||||
sudo chmod -R 777 $final_path/$i
|
||||
|
|
Loading…
Reference in a new issue