Remove stray setup_secondary_mounts
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user