From b656cd55f7c537bc8d37fdb6918281b0c52ffe46 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 8 Feb 2016 14:23:04 +0000 Subject: [PATCH] rss mobile name --- src/freedombone | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/freedombone b/src/freedombone index 58fc2ed7..695037f3 100755 --- a/src/freedombone +++ b/src/freedombone @@ -8486,7 +8486,7 @@ function install_rss_mobile_reader { if [ ! $RSS_READER_PATH ]; then RSS_READER_PATH=/etc/share/tt-rss fi - RSS_MOBILE_READER_PATH=/etc/share/ttrss-mobile + RSS_MOBILE_READER_PATH=/etc/share/g2ttrss-mobile if [ ! -d $RSS_READER_PATH ]; then echo $'tt-rss is not installed, so the mobile version cannot be installed' @@ -8513,7 +8513,7 @@ function install_rss_mobile_reader { fi cd /etc/share - git_clone $RSS_MOBILE_READER_REPO ttrss-mobile + git_clone $RSS_MOBILE_READER_REPO g2ttrss-mobile if [ ! -d $RSS_MOBILE_READER_PATH ]; then echo $'Could not clone RSS mobile reader repo' exit 24816