remove --halt-after-import flag from lotus daemon
This commit is contained in:
parent
88efbfa6ff
commit
521f3d9ad2
@ -5,7 +5,7 @@ if [ ! -z DOCKER_LOTUS_IMPORT_SNAPSHOT ]; then
|
||||
# Don't init if already initialized.
|
||||
if [ ! -f "$GATE" ]; then
|
||||
echo importing minimal snapshot
|
||||
/usr/local/bin/lotus daemon --import-snapshot "$DOCKER_LOTUS_IMPORT_SNAPSHOT" --halt-after-import
|
||||
/usr/local/bin/lotus daemon --import-snapshot "$DOCKER_LOTUS_IMPORT_SNAPSHOT"
|
||||
# Block future inits
|
||||
date > "$GATE"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user