mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-11-04 00:02:37 +01:00 
			
		
		
		
	Gather all S2S vpn statuses before outputting
This commit is contained in:
		
							parent
							
								
									4c2d851486
								
							
						
					
					
						commit
						27b0c65909
					
				@ -20,6 +20,6 @@ for i in $*
 | 
				
			|||||||
do
 | 
					do
 | 
				
			||||||
    info=`/opt/cloud/bin/checks2svpn.sh $i`
 | 
					    info=`/opt/cloud/bin/checks2svpn.sh $i`
 | 
				
			||||||
    ret=$?
 | 
					    ret=$?
 | 
				
			||||||
    echo -n "$i:$ret:$info&"
 | 
					    batchInfo+="$i:$ret:$info&"
 | 
				
			||||||
done
 | 
					done
 | 
				
			||||||
 | 
					echo -n $batchInfo
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user