projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01a93df
)
oops, touch private/my_private_dir.cap when creating the client
author
Brian Warner
<warner@allmydata.com>
Tue, 18 Dec 2007 22:36:59 +0000
(15:36 -0700)
committer
Brian Warner
<warner@allmydata.com>
Tue, 18 Dec 2007 22:36:59 +0000
(15:36 -0700)
src/allmydata/scripts/create_node.py
patch
|
blob
|
history
diff --git
a/src/allmydata/scripts/create_node.py
b/src/allmydata/scripts/create_node.py
index 541041f0f354035c92226188d737cfdc72e726da..d69d059fd3fcbb63881db71f18832e7d2a82b81d 100644
(file)
--- a/
src/allmydata/scripts/create_node.py
+++ b/
src/allmydata/scripts/create_node.py
@@
-58,7
+58,7
@@
def create_client(basedir, config, out=sys.stdout, err=sys.stderr):
f.close()
# Create an empty my_private_dir.cap file, indicating that the node
# should fill it with the URI after creating the directory.
- open(os.path.join(basedir, "my_private_dir.cap"), "w")
+ open(os.path.join(basedir, "
private", "
my_private_dir.cap"), "w")
print >>out, "client created in %s" % basedir
print >>out, " please copy introducer.furl into the directory"