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 -n "$(cat /var/lib/tor/hidden_service_ttrss/hostname)"
|
||||||
echo ''
|
echo ''
|
||||||
fi
|
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')"
|
echo -n -e "$(pad_string 'RSS mobile')"
|
||||||
RSSMOBILEDOM='-'
|
RSSMOBILEDOM='-'
|
||||||
echo -n -e "$(pad_string ${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 ''
|
echo ''
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue