瀏覽代碼

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
 }
276
 }
277
 
277
 
278
 function get_tahoelafs_introducer {
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
 function create_tahoelafs_daemon {
282
 function create_tahoelafs_daemon {

+ 1
- 1
src/freedombone-controlpanel 查看文件

477
 }
477
 }
478
 
478
 
479
 function show_tahoe_introducer {
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
         return
481
         return
482
     fi
482
     fi
483
     echo 'Tahoe-LAFS'
483
     echo 'Tahoe-LAFS'