Sfoglia il codice sorgente

Name of onion address

Bob Mottram 8 anni fa
parent
commit
6a986e96c1
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2
    2
      src/freedombone-app-turtl

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

282
     fi
282
     fi
283
     remove_certs $TURTL_DOMAIN_NAME
283
     remove_certs $TURTL_DOMAIN_NAME
284
     function_check remove_onion_service
284
     function_check remove_onion_service
285
-    remove_onion_service turtlapi ${TURTL_ONION_PORT}
285
+    remove_onion_service turtl ${TURTL_ONION_PORT}
286
     function_check remove_ddns_domain
286
     function_check remove_ddns_domain
287
     remove_ddns_domain $TURTL_DOMAIN_NAME
287
     remove_ddns_domain $TURTL_DOMAIN_NAME
288
     rm -rf /etc/rethinkdb
288
     rm -rf /etc/rethinkdb
538
     echo "(pushnew \"./\" asdf:*central-registry* :test #'equal)" >> $TURTL_BASE_DIR/api/launch.lisp
538
     echo "(pushnew \"./\" asdf:*central-registry* :test #'equal)" >> $TURTL_BASE_DIR/api/launch.lisp
539
     echo '(load "start")' >> $TURTL_BASE_DIR/api/launch.lisp
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
     turtl_setup
543
     turtl_setup
544
 }
544
 }