The generated executable isn't called i2p-tools-1 but reseed-tools. Without the correct name, the container wouldn't start.
6 lines
213 B
Bash
Executable File
6 lines
213 B
Bash
Executable File
#! /usr/bin/env sh
|
|
|
|
cp -r /var/lib/i2p/go/src/i2pgit.org/idk/reseed-tools/content ./content
|
|
|
|
/var/lib/i2p/go/src/i2pgit.org/idk/reseed-tools/reseed-tools reseed --yes=true --netdb=/var/lib/i2p/i2p-config/netDb $@
|