Browse Source

Tox bootstrap

Bob Mottram 8 years ago
parent
commit
28d5ae6ca9
2 changed files with 2 additions and 1 deletions
  1. 1
    0
      src/freedombone-app-tox
  2. 1
    1
      src/freedombone-controlpanel

+ 1
- 0
src/freedombone-app-tox View File

@@ -308,6 +308,7 @@ function install_tox_node {
308 308
     function_check mesh_tox_node
309 309
     mesh_tox_node
310 310
 
311
+    # onion address for bootstrapping
311 312
     TOX_ONION_HOSTNAME=$(add_onion_service tox ${TOX_PORT} ${TOX_PORT})
312 313
 
313 314
     if ! grep -q "tox onion domain" $COMPLETION_FILE; then

+ 1
- 1
src/freedombone-controlpanel View File

@@ -337,7 +337,7 @@ function show_domains {
337 337
         echo "$(cat ${COMPLETION_FILE} | grep 'IRC onion domain' | awk -F ':' '{print $2}')"
338 338
     fi
339 339
     if grep -q "tox onion domain" $COMPLETION_FILE; then
340
-        echo -n -e "$(pad_string 'Tox')"
340
+        echo -n -e "$(pad_string 'Tox Bootstrap')"
341 341
         echo -n -e "$(pad_string ${DEFAULT_DOMAIN_NAME})"
342 342
         echo "$(cat ${COMPLETION_FILE} | grep 'tox onion domain' | awk -F ':' '{print $2}')"
343 343
     fi