Bob Mottram 8 years ago
parent
commit
49f0bfa3fd
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/freedombone-app-rss

+ 2
- 2
src/freedombone-app-rss View File

@@ -246,7 +246,7 @@ function remove_rss {
246 246
 
247 247
     nginx_dissite $RSS_READER_DOMAIN_NAME
248 248
     function_check remove_onion_service
249
-    remove_onion_service ttrss ${RSS_READER_ONION_PORT} ${RSS_MOBILE_READER_ONION_PORT}
249
+    remove_onion_service rss ${RSS_READER_ONION_PORT} ${RSS_MOBILE_READER_ONION_PORT}
250 250
     if [ -f /etc/nginx/sites-available/$RSS_READER_DOMAIN_NAME ]; then
251 251
         rm /etc/nginx/sites-available/$RSS_READER_DOMAIN_NAME
252 252
     fi
@@ -280,7 +280,7 @@ function rss_modifications {
280 280
 
281 281
 function install_rss_main {
282 282
     function_check remove_onion_service
283
-    remove_onion_service ttrss ${RSS_READER_ONION_PORT} ${RSS_MOBILE_READER_ONION_PORT}
283
+    remove_onion_service rss ${RSS_READER_ONION_PORT} ${RSS_MOBILE_READER_ONION_PORT}
284 284
 
285 285
     apt-get -yq install php-gettext php5-curl php5-gd php5-mysql git
286 286
     apt-get -yq install curl php-xml-parser php5-mcrypt