2nd test
This commit is contained in:
parent
447d8109df
commit
b29561ed47
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user