From 60d6728ab321bd8bd35e0b97c8fae5d4230da888 Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@allmydata.com>
Date: Tue, 18 Dec 2007 15:36:59 -0700
Subject: [PATCH] oops, touch private/my_private_dir.cap when creating the
 client

---
 src/allmydata/scripts/create_node.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/allmydata/scripts/create_node.py b/src/allmydata/scripts/create_node.py
index 541041f0..d69d059f 100644
--- 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"
 
-- 
2.45.2