Ver código fonte

Remove any already existing onion service

Bob Mottram 8 anos atrás
pai
commit
80db21af36
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      src/freedombone-app-rss

+ 1
- 1
src/freedombone-app-rss Ver arquivo

280
 
280
 
281
 function install_rss_main {
281
 function install_rss_main {
282
     function_check remove_onion_service
282
     function_check remove_onion_service
283
-    remove_onion_service ttrss ${RSS_READER_ONION_PORT} ${RSS_MOBILE_READER_ONION_PORT
283
+    remove_onion_service ttrss ${RSS_READER_ONION_PORT} ${RSS_MOBILE_READER_ONION_PORT}
284
 
284
 
285
     apt-get -yq install php-gettext php5-curl php5-gd php5-mysql git
285
     apt-get -yq install php-gettext php5-curl php5-gd php5-mysql git
286
     apt-get -yq install curl php-xml-parser php5-mcrypt
286
     apt-get -yq install curl php-xml-parser php5-mcrypt