mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-20 00:03:58 +00:00
complete the Introducer changes, separate out vdrive access, make everything work again
This commit is contained in:
@ -122,7 +122,8 @@ def create_client(config):
|
||||
f = open(os.path.join(basedir, "client.tac"), "w")
|
||||
f.write(client_tac)
|
||||
f.close()
|
||||
print "client created in %s, please copy roster_pburl into the directory" % basedir
|
||||
print "client created in %s" % basedir
|
||||
print " please copy introducer.furl and vdrive.furl into the directory"
|
||||
|
||||
def create_queen(config):
|
||||
basedir = config['basedir']
|
||||
|
Reference in New Issue
Block a user