Eject bootstrap-leader support from fullnode.sh (#5301)

This commit is contained in:
Michael Vines
2019-07-29 21:25:28 -07:00
committed by GitHub
parent 50a991fdf9
commit 2214d2dbb5
6 changed files with 150 additions and 136 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
here=$(dirname "$0")
exec "$here"/fullnode.sh --validator "$@"
exec "$here"/fullnode.sh "$@"