rss mobile name

This commit is contained in:
Bob Mottram 2016-02-08 14:23:04 +00:00
parent cdc977553a
commit b656cd55f7
1 changed files with 2 additions and 2 deletions

View File

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