Work on making the reseed file
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
FROM geti2p/i2p
|
||||
COPY --chown=root:root router.config /
|
||||
COPY --chown=root:root webapps.config /
|
||||
COPY --chown=root:root clients.config /
|
||||
COPY --chown=root:root router.config /.i2p
|
||||
COPY --chown=root:root webapps.config /.i2p
|
||||
COPY --chown=root:root clients.config /.i2p
|
||||
ENTRYPOINT ["/startapp.sh"]
|
@ -164,7 +164,7 @@ class Testnet(object):
|
||||
def make_seed(self, cid):
|
||||
print("creating a reseed file")
|
||||
"""creates a zip reseed file"""
|
||||
ri_path = "/home/i2pd/data/router.info"
|
||||
ri_path = "/.i2p/router.info"
|
||||
|
||||
with tempfile.TemporaryFile() as fp:
|
||||
while True:
|
||||
|
Reference in New Issue
Block a user