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:10 +01:00
parent 7769f1b8ef
commit 73db3d5d0b

View file

@ -46,7 +46,7 @@ for i in export images upload js
do
if [ ! -d $final_path/cache/$i ]
sudo mkdir $final_path/cache/$i
if
fi
sudo chmod -R 777 $final_path/cache/$i
done