Browse Source

Remove any previous onion addresses

Bob Mottram 8 years ago
parent
commit
3b1cc15f4e
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      src/freedombone-app-rss

+ 3
- 0
src/freedombone-app-rss View File

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