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,7 +385,7 @@ function remove_gnusocial {
385 385
     function_check drop_database
386 386
     drop_database gnusocial
387 387
     function_check remove_onion_service
388
-    remove_onion_service microblog ${MICROBLOG_ONION_PORT}
388
+    remove_onion_service gnusocial ${MICROBLOG_ONION_PORT}
389 389
     sed -i '/install_gnusocial/d' $COMPLETION_FILE
390 390
     sed -i '/gnusocial /d' $COMPLETION_FILE
391 391
     if grep -q "gnusocial" /etc/crontab; then