forked from ungleich-public/cdist
		
	__acl: we can't remove mask
This commit is contained in:
		
					parent
					
						
							
								731986ef8b
							
						
					
				
			
			
				commit
				
					
						cea639d1c9
					
				
			
		
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -89,7 +89,8 @@ then
 | 
				
			||||||
    else
 | 
					    else
 | 
				
			||||||
        echo "$acl_is" | while read -r acl
 | 
					        echo "$acl_is" | while read -r acl
 | 
				
			||||||
        do
 | 
					        do
 | 
				
			||||||
            if echo "$acl_should" | grep -Fq "$acl"
 | 
					            if echo "$acl_should" | grep -Fq "$acl" \
 | 
				
			||||||
 | 
					                || echo "$acl" | grep -Eq '^(default:)?mask'
 | 
				
			||||||
            then continue
 | 
					            then continue
 | 
				
			||||||
            fi
 | 
					            fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue