docker: fix shell condition check in entrypoint script
This commit is contained in:
parent
b9171eda14
commit
fb6c00d539
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
BIN=/usr/bin/neo-go
|
||||
|
||||
if [ -z "$ACC"]; then
|
||||
if [ -z "$ACC" ]; then
|
||||
ACC=/6000-privnet-blocks.acc.gz
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue