Remove any previous onion addresses

This commit is contained in:
Bob Mottram 2017-06-11 20:09:28 +01:00
parent 9e03077219
commit 3b1cc15f4e
1 changed files with 3 additions and 0 deletions

View File

@ -309,6 +309,9 @@ function install_rss_main {
apt-get -yq install php-gettext php-curl php-gd php-mysql git
apt-get -yq install curl php-mcrypt libfcgi0ldbl
remove_onion_service mobilerss ${RSS_MOBILE_READER_ONION_PORT}
remove_onion_service rss ${RSS_READER_ONION_PORT}
if [ ! -d /etc/share ]; then
mkdir /etc/share
fi