fix up some nits in multinode-demo

This commit is contained in:
Rob Walker
2018-08-03 17:02:27 -07:00
parent 7fd7310b96
commit 98ee4b4672
2 changed files with 10 additions and 6 deletions

View File

@@ -104,7 +104,7 @@ if $node_type_validator; then
$solana_fullnode_config --keypair="$validator_id_path" "${validator_address_args[@]}" > "$SOLANA_CONFIG_VALIDATOR_DIR"/validator.json
fi
ls -lh "$SOLANA_CONFIG_DIR"/
ls -lhR "$SOLANA_CONFIG_DIR"/
if $node_type_leader; then
ls -lh "$SOLANA_CONFIG_PRIVATE_DIR"
ls -lhR "$SOLANA_CONFIG_PRIVATE_DIR"
fi