Work on making the reseed file

This commit is contained in:
eyedeekay
2024-09-03 00:19:07 -04:00
parent 96a91036dd
commit 7046945148
2 changed files with 4 additions and 4 deletions

View File

@ -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"]

View File

@ -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: