Showing mobile rss address

This commit is contained in:
Bob Mottram 2018-01-29 14:50:32 +00:00
parent 9822f9f9c7
commit 0bb5eb9ce6
1 changed files with 2 additions and 2 deletions

View File

@ -454,11 +454,11 @@ function show_domains {
echo -n "$(cat /var/lib/tor/hidden_service_ttrss/hostname)"
echo ''
fi
if [ -d /var/lib/tor/hidden_service_ttrss_mobile ]; then
if [ -d /var/lib/tor/hidden_service_mobilerss ]; then
echo -n -e "$(pad_string 'RSS mobile')"
RSSMOBILEDOM='-'
echo -n -e "$(pad_string ${RSSMOBILEDOM})"
echo -n "$(cat /var/lib/tor/hidden_service_ttrss_mobile/hostname)"
echo -n "$(cat /var/lib/tor/hidden_service_mobilerss/hostname)"
echo ''
fi
fi