multinode-demo: Pass --accounts through bootstrap leader wrapper
This commit is contained in:
		
				
					committed by
					
						
						Trent Nelson
					
				
			
			
				
	
			
			
			
						parent
						
							7b67228bc1
						
					
				
				
					commit
					327be55acc
				
			@@ -66,6 +66,9 @@ while [[ -n $1 ]]; do
 | 
			
		||||
    elif [[ $1 == --expected-bank-hash ]]; then
 | 
			
		||||
      args+=("$1" "$2")
 | 
			
		||||
      shift 2
 | 
			
		||||
    elif [[ $1 == --accounts ]]; then
 | 
			
		||||
      args+=("$1" "$2")
 | 
			
		||||
      shift 2
 | 
			
		||||
    else
 | 
			
		||||
      echo "Unknown argument: $1"
 | 
			
		||||
      $program --help
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user