Browse Source

Name of onion address

Bob Mottram 8 years ago
parent
commit
6a986e96c1
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/freedombone-app-turtl

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

@@ -282,7 +282,7 @@ function remove_turtl {
282 282
     fi
283 283
     remove_certs $TURTL_DOMAIN_NAME
284 284
     function_check remove_onion_service
285
-    remove_onion_service turtlapi ${TURTL_ONION_PORT}
285
+    remove_onion_service turtl ${TURTL_ONION_PORT}
286 286
     function_check remove_ddns_domain
287 287
     remove_ddns_domain $TURTL_DOMAIN_NAME
288 288
     rm -rf /etc/rethinkdb
@@ -538,7 +538,7 @@ __ENDCONFIG__
538 538
     echo "(pushnew \"./\" asdf:*central-registry* :test #'equal)" >> $TURTL_BASE_DIR/api/launch.lisp
539 539
     echo '(load "start")' >> $TURTL_BASE_DIR/api/launch.lisp
540 540
 
541
-    TURTL_ONION_HOSTNAME=$(add_onion_service turtlapi 80 ${TURTL_ONION_PORT})
541
+    TURTL_ONION_HOSTNAME=$(add_onion_service turtl 80 ${TURTL_ONION_PORT})
542 542
 
543 543
     turtl_setup
544 544
 }