forked from ungleich-public/cdist
		
	Fix state -> state_is
This commit is contained in:
		
					parent
					
						
							
								fde5627721
							
						
					
				
			
			
				commit
				
					
						cb9933b4a0
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -19,7 +19,7 @@ then
 | 
				
			||||||
    echo 'downloaded' > "$__messages_out"
 | 
					    echo 'downloaded' > "$__messages_out"
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if [ -f "$__object/parameter/onchange" ] && [ "$state" != "present" ]
 | 
					if [ -f "$__object/parameter/onchange" ] && [ "$state_is" != "present" ]
 | 
				
			||||||
then
 | 
					then
 | 
				
			||||||
    cat "$__object/parameter/onchange"
 | 
					    cat "$__object/parameter/onchange"
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue