@@ -8315,7 +8315,8 @@ function install_rss_reader {
if [ ! -d /etc/share ]; then
mkdir /etc/share
fi
- git_clone $RSS_READER_REPO $RSS_READER_PATH
+ cd /etc/share
+ git_clone $RSS_READER_REPO tt-rss
if [ ! -d $RSS_READER_PATH ]; then
echo $'Could not clone RSS reader repo'
exit 52925