docker: fix shell condition check in entrypoint script

This commit is contained in:
alexvanin 2020-06-23 12:08:49 +03:00
parent 9615e83c00
commit 423495ecc3

View file

@ -2,7 +2,7 @@
BIN=/usr/bin/neo-go
if [ -z "$ACC"]; then
if [ -z "$ACC" ]; then
ACC=/6000-privnet-blocks.acc.gz
fi