docker: fix stray quote in start-lnd.sh

Fixes #613.
This commit is contained in:
Olaoluwa Osuntokun 2018-01-16 17:19:33 -08:00
parent ebd97b83f3
commit 7b6f4d34b1
No known key found for this signature in database
GPG Key ID: 964EA263DD637C21

View File

@ -45,8 +45,8 @@ DEBUG=$(set_default "$DEBUG" "debug")
NETWORK=$(set_default "$NETWORK" "simnet")
CHAIN=$(set_default "$CHAIN" "bitcoin")
BACKEND="btcd"
if [[ "$CHAIN" == "litecoin" ]]
BACKEND="ltcd
if [[ "$CHAIN" == "litecoin" ]]; then
BACKEND="ltcd"
fi
lnd \