瀏覽代碼

furl location

Bob Mottram 8 年之前
父節點
當前提交
c72041ff1e
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1
    1
      src/freedombone-app-tahoelafs
  2. 1
    1
      src/freedombone-controlpanel

+ 1
- 1
src/freedombone-app-tahoelafs 查看文件

@@ -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 查看文件

@@ -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'