Add doomsday-debug to exceptions
This commit is contained in:
		@@ -144,6 +144,12 @@ checkUpdates() {
 | 
				
			|||||||
      continue 1
 | 
					      continue 1
 | 
				
			||||||
    fi
 | 
					    fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    reg="(doomsday-debug)"
 | 
				
			||||||
 | 
					    if [[ $name =~ $reg ]]; then
 | 
				
			||||||
 | 
					      echo -e "\nSkipping $name ($version, default exception)."
 | 
				
			||||||
 | 
					      continue 1
 | 
				
			||||||
 | 
					    fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    if echo $exlist | grep -w $name > /dev/null; then
 | 
					    if echo $exlist | grep -w $name > /dev/null; then
 | 
				
			||||||
      echo -e "\nSkipping $name ($version, temporary exception)."
 | 
					      echo -e "\nSkipping $name ($version, temporary exception)."
 | 
				
			||||||
      continue 1
 | 
					      continue 1
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user