I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Verified Commit 7282cb5f authored by LoveIsGrief's avatar LoveIsGrief
Browse files

fix: Use correct command name in entrypoint.sh

The generated executable isn't called i2p-tools-1 but reseed-tools.
Without the correct name, the container wouldn't start.
parent 53eeba13
No related branches found
No related tags found
1 merge request!3fix: Use correct command name in entrypoint.sh
......@@ -2,4 +2,4 @@
cp -r /var/lib/i2p/go/src/i2pgit.org/idk/reseed-tools/content ./content
/var/lib/i2p/go/src/i2pgit.org/idk/reseed-tools/i2p-tools-1 reseed --yes=true --netdb=/var/lib/i2p/i2p-config/netDb $@
/var/lib/i2p/go/src/i2pgit.org/idk/reseed-tools/reseed-tools reseed --yes=true --netdb=/var/lib/i2p/i2p-config/netDb $@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment