From b29561ed4744a43b086f3cda917fa61a9bece53c Mon Sep 17 00:00:00 2001 From: "jonathan@vulcanize.io" Date: Fri, 3 May 2024 19:42:29 +0000 Subject: [PATCH] 2nd test --- scripts/docker-lotus-entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/docker-lotus-entrypoint.sh b/scripts/docker-lotus-entrypoint.sh index bb11211e9..80772b4e9 100755 --- a/scripts/docker-lotus-entrypoint.sh +++ b/scripts/docker-lotus-entrypoint.sh @@ -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