forked from ungleich-public/cdist
		
	__acl: tabs vs spaces
This commit is contained in:
		
					parent
					
						
							
								05225352aa
							
						
					
				
			
			
				commit
				
					
						c7e6109462
					
				
			
		
					 1 changed files with 5 additions and 5 deletions
				
			
		| 
						 | 
				
			
			@ -29,7 +29,7 @@ do
 | 
			
		|||
 | 
			
		||||
    while read -r acl
 | 
			
		||||
    do
 | 
			
		||||
		check="$( echo "$acl" | awk -F: '{print $1}' )"
 | 
			
		||||
        check="$( echo "$acl" | awk -F: '{print $1}' )"
 | 
			
		||||
 | 
			
		||||
        if [ "$parameter" = 'user' ]
 | 
			
		||||
        then
 | 
			
		||||
| 
						 | 
				
			
			@ -38,10 +38,10 @@ do
 | 
			
		|||
            getent_db="$parameter"
 | 
			
		||||
        fi
 | 
			
		||||
 | 
			
		||||
		if ! getent "$getent_db" "$check" > /dev/null
 | 
			
		||||
		then
 | 
			
		||||
			echo "missing $parameter '$check'"
 | 
			
		||||
		fi
 | 
			
		||||
        if ! getent "$getent_db" "$check" > /dev/null
 | 
			
		||||
        then
 | 
			
		||||
            echo "missing $parameter '$check'"
 | 
			
		||||
        fi
 | 
			
		||||
    done \
 | 
			
		||||
        < "$__object/parameter/$parameter"
 | 
			
		||||
done
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue