Sfoglia il codice sorgente

remove gnusocial onion service

Bob Mottram 8 anni fa
parent
commit
bd24d4f886
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      src/freedombone-app-gnusocial

+ 1
- 1
src/freedombone-app-gnusocial Vedi File

385
     function_check drop_database
385
     function_check drop_database
386
     drop_database gnusocial
386
     drop_database gnusocial
387
     function_check remove_onion_service
387
     function_check remove_onion_service
388
-    remove_onion_service microblog ${MICROBLOG_ONION_PORT}
388
+    remove_onion_service gnusocial ${MICROBLOG_ONION_PORT}
389
     sed -i '/install_gnusocial/d' $COMPLETION_FILE
389
     sed -i '/install_gnusocial/d' $COMPLETION_FILE
390
     sed -i '/gnusocial /d' $COMPLETION_FILE
390
     sed -i '/gnusocial /d' $COMPLETION_FILE
391
     if grep -q "gnusocial" /etc/crontab; then
391
     if grep -q "gnusocial" /etc/crontab; then