Showing mobile rss address
This commit is contained in:
parent
9822f9f9c7
commit
0bb5eb9ce6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue