This commit is contained in:
Michael Vines 2018-07-30 15:10:42 -07:00 committed by Grimes
parent 79ece53e3c
commit 3e351b0b13
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ fi
[[ -f "$SOLANA_CONFIG_DIR"/leader.json ]] || {
echo "$SOLANA_CONFIG_DIR/leader.json not found, create it by running:"
echo
echo " ${here}/setup.sh -t leader"
echo " ${here}/setup.sh"
exit 1
}

View File

@ -59,7 +59,7 @@ fi
[[ -f "$SOLANA_CONFIG_DIR"/validator.json ]] || {
echo "$SOLANA_CONFIG_DIR/validator.json not found, create it by running:"
echo
echo " ${here}/setup.sh -t validator"
echo " ${here}/setup.sh"
exit 1
}