Browse Source

remove gnusocial onion service

Bob Mottram 8 years ago
parent
commit
bd24d4f886
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-app-gnusocial

+ 1
- 1
src/freedombone-app-gnusocial View 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