Alphanet: fixes assert_endorser in alphanet script

This commit is contained in:
Milo Davis 2018-01-30 17:31:44 -05:00 committed by Grégoire Henry
parent 8dcc5cefb5
commit 1ec1f501a4

View File

@ -300,7 +300,7 @@ check_endorser() {
} }
assert_endorser() { assert_endorser() {
if ! check_baker; then if ! check_endorser; then
echo -e "\033[31mEndorser is not running!\033[0m" echo -e "\033[31mEndorser is not running!\033[0m"
exit 0 exit 0
fi fi