Start daemon after introducer creation

This commit is contained in:
Bob Mottram 2017-03-05 20:51:47 +00:00
parent d3cd1dc08f
commit 4187b12e9e
1 changed files with 1 additions and 3 deletions

View File

@ -368,12 +368,10 @@ function install_tahoelafs {
echo $'Introducer file not found'
exit 9654845
fi
create_tahoelafs_daemon introducer
# start the storage node
su -c '/home/tahoelafs/tahoelafs/venv/bin/python2 /home/tahoelafs/tahoelafs/venv/bin/tahoe start /home/tahoelafs/storage' - tahoelafs
# create daemons
create_tahoelafs_daemon introducer
create_tahoelafs_daemon storage
set_completion_param "tahoelafs commit" "$TAHOELAFS_COMMIT"