mirror of
				https://github.com/opennetworkinglab/onos.git
				synced 2025-11-04 10:11:16 +01:00 
			
		
		
		
	Remove shell debugging from wait script
Change-Id: Iec5c6e3e57f07b3b167aa0381316fbde617b57c9
This commit is contained in:
		
							parent
							
								
									d13f3b8854
								
							
						
					
					
						commit
						c0e1bff1e7
					
				@ -9,7 +9,6 @@
 | 
				
			|||||||
remote=$ONOS_USER@${1:-$OCI}
 | 
					remote=$ONOS_USER@${1:-$OCI}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ssh -t $remote "
 | 
					ssh -t $remote "
 | 
				
			||||||
    set -x
 | 
					 | 
				
			||||||
    # Wait until we reach the run-level 100
 | 
					    # Wait until we reach the run-level 100
 | 
				
			||||||
    for i in \$(seq 1 45); do
 | 
					    for i in \$(seq 1 45); do
 | 
				
			||||||
        $ONOS_INSTALL_DIR/bin/onos bundle:list 2>/dev/null | \
 | 
					        $ONOS_INSTALL_DIR/bin/onos bundle:list 2>/dev/null | \
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user