auto-fix mod auth key in docker.sh

This commit is contained in:
idk
2022-09-29 02:45:11 -04:00
parent 1d012ea772
commit 1b4b996f67

View File

@ -12,8 +12,6 @@ if [ "${AUTH_KEY}" = "0" ]; then
go build
fi
export AUTH_KEY=$(./about.i2p -genauthkey)
echo "$AUTH_KEY"
exit 0
fi
docker build -t eyedeekay/about.i2p .
docker rm -f about.i2p