add debug
Former-commit-id: ec8f2009af8cc33421f57faec4e500f41b47a409
This commit is contained in:
		
							parent
							
								
									56f137a43a
								
							
						
					
					
						commit
						e519fc5f24
					
				@ -13,6 +13,8 @@ while true; do
 | 
				
			|||||||
    retval=$?
 | 
					    retval=$?
 | 
				
			||||||
    set -e
 | 
					    set -e
 | 
				
			||||||
    if [ $retval -ne 0 ]; then
 | 
					    if [ $retval -ne 0 ]; then
 | 
				
			||||||
 | 
					        echo "Error: $retval"
 | 
				
			||||||
 | 
					        echo ""
 | 
				
			||||||
        echo "Is the Job Server Down?"
 | 
					        echo "Is the Job Server Down?"
 | 
				
			||||||
        continue
 | 
					        continue
 | 
				
			||||||
    fi
 | 
					    fi
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user