Browse Source

Start daemon after introducer creation

Bob Mottram 8 years ago
parent
commit
4187b12e9e
1 changed files with 1 additions and 3 deletions
  1. 1
    3
      src/freedombone-app-tahoelafs

+ 1
- 3
src/freedombone-app-tahoelafs View File

@@ -368,12 +368,10 @@ function install_tahoelafs {
368 368
         echo $'Introducer file not found'
369 369
         exit 9654845
370 370
     fi
371
+    create_tahoelafs_daemon introducer
371 372
 
372 373
     # start the storage node
373 374
     su -c '/home/tahoelafs/tahoelafs/venv/bin/python2 /home/tahoelafs/tahoelafs/venv/bin/tahoe start /home/tahoelafs/storage' - tahoelafs
374
-
375
-    # create daemons
376
-    create_tahoelafs_daemon introducer
377 375
     create_tahoelafs_daemon storage
378 376
 
379 377
     set_completion_param "tahoelafs commit" "$TAHOELAFS_COMMIT"