mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-22 12:28:05 +00:00
Clean up join tahoe config append
This commit is contained in:
parent
1e710187c4
commit
14603bce7c
@ -157,7 +157,7 @@ def join(options):
|
||||
fileutil.write(collective_readcap_file, magic_readonly_cap)
|
||||
|
||||
c = open(os.path.join(options["node-directory"], "tahoe.cfg"), "a")
|
||||
c.write("[magic_folder]\nenabled = True\n[magic_folder]\nlocal.directory = %s\n" % (options.local_dir,))
|
||||
c.write("[magic_folder]\nenabled = True\nlocal.directory = %s\n" % (options.local_dir,))
|
||||
c.close()
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user