Ver código fonte

furl location

Bob Mottram 8 anos atrás
pai
commit
c72041ff1e
2 arquivos alterados com 2 adições e 2 exclusões
  1. 1
    1
      src/freedombone-app-tahoelafs
  2. 1
    1
      src/freedombone-controlpanel

+ 1
- 1
src/freedombone-app-tahoelafs Ver arquivo

@@ -276,7 +276,7 @@ function create_tahoelafs_client {
276 276
 }
277 277
 
278 278
 function get_tahoelafs_introducer {
279
-    echo "$(cat /home/tahoelafs/.tahoe-introducer/private/introducer.furl)"
279
+    echo "$(cat /home/tahoelafs/introducer/private/introducer.furl)"
280 280
 }
281 281
 
282 282
 function create_tahoelafs_daemon {

+ 1
- 1
src/freedombone-controlpanel Ver arquivo

@@ -477,7 +477,7 @@ function show_mirrors_password {
477 477
 }
478 478
 
479 479
 function show_tahoe_introducer {
480
-    if [ ! -f /home/tahoelafs/.tahoe-introducer/private/introducer.furl ]; then
480
+    if [ ! -f /home/tahoelafs/introducer/private/introducer.furl ]; then
481 481
         return
482 482
     fi
483 483
     echo 'Tahoe-LAFS'