rss mobile name
This commit is contained in:
parent
cdc977553a
commit
b656cd55f7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue