setup.sh can now be more picky about the kind of config it creates
This commit is contained in:
@@ -11,7 +11,9 @@ if [[ -d "$SNAP" ]]; then
|
||||
fi
|
||||
|
||||
[[ -f "$SOLANA_CONFIG_DIR"/leader.json ]] || {
|
||||
echo "$SOLANA_CONFIG_DIR/leader.json not found, run ${here}/setup.sh first"
|
||||
echo "$SOLANA_CONFIG_DIR/leader.json not found, create it by running:"
|
||||
echo
|
||||
echo " ${here}/setup.sh -t leader"
|
||||
exit 1
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user