1
0
Fork 0
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:
abeudin 2015-02-20 10:03:58 +01:00
parent 73db3d5d0b
commit 8e439d7919

View file

@ -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