docker: fix shell condition check in entrypoint script
This commit is contained in:
parent
9615e83c00
commit
423495ecc3
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