bin: fix bcoin-cli execution.
This commit is contained in:
parent
79a9749751
commit
dc0ee993e8
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue