From 2de2fbd5e34e051ba8912b88afd1cc8a9fec63d9 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Thu, 24 Oct 2019 13:48:57 -0700 Subject: [PATCH] Remove stray setup_secondary_mounts --- net/remote/remote-node.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/net/remote/remote-node.sh b/net/remote/remote-node.sh index 8b1b639f20..d3f5e28e04 100755 --- a/net/remote/remote-node.sh +++ b/net/remote/remote-node.sh @@ -153,7 +153,6 @@ EOF set -x if [[ $skipSetup != true ]]; then clear_config_dir "$SOLANA_CONFIG_DIR" - setup_secondary_mount if [[ -n $internalNodesLamports ]]; then echo "---" >> config/validator-balances.yml @@ -250,7 +249,6 @@ EOF fi if [[ $skipSetup != true ]]; then clear_config_dir "$SOLANA_CONFIG_DIR" - setup_secondary_mount [[ -z $internalNodesLamports ]] || net/scripts/rsync-retry.sh -vPrc \ "$entrypointIp":~/solana/config/validator-"$nodeIndex"-identity.json config/validator-identity.json fi @@ -286,7 +284,7 @@ EOF # like bench-tps and add to blocktreamers to run a drone scp "$entrypointIp":~/solana/config/mint-keypair.json config/ if [[ $nodeType = blockstreamer ]]; then - # Run another drone with the mint keypair on the blockstreamer node. + # Run another drone with the mint keypair on the blockstreamer node. # Typically the blockstreamer node has a static IP/DNS name for hosting # the blockexplorer web app, and is a location that somebody would expect # to be able to airdrop from