Bob Mottram 8 лет назад
Родитель
Сommit
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'