bin: fix bcoin-cli execution.

This commit is contained in:
Christopher Jeffrey 2016-08-04 14:25:41 -07:00
parent 79a9749751
commit dc0ee993e8
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -26,7 +26,7 @@ for v in "$@"; do
done
if test $cli -eq 1; then
exec "${dir}/bcoin-cli" "$@"
exec "${dir}/cli" "$@"
exit 1
fi