This commit is contained in:
jonathan@vulcanize.io 2024-05-03 19:42:29 +00:00
parent 447d8109df
commit b29561ed47

View File

@ -12,8 +12,8 @@ if [ ! -z DOCKER_LOTUS_IMPORT_SNAPSHOT ]; then
fi
# import wallet, if provided
if [ ! -z DOCKER_LOTUS_IMPORT_WALLET ]; then
if [ ! -z $DOCKER_LOTUS_IMPORT_WALLET ]; then
/usr/local/bin/lotus-shed keyinfo import "$DOCKER_LOTUS_IMPORT_WALLET"
fi
/usr/local/bin/lotus daemon
exec /usr/local/bin/lotus daemon