forked from ungleich-public/cdist
		
	s/opt_file/optional/
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
		
					parent
					
						
							
								756a12c4f0
							
						
					
				
			
			
				commit
				
					
						9a3d3bf489
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -82,7 +82,7 @@ done < "$(__cdist_type_param_file "$__cdist_type" "$__cdist_name_type_params_req
 | 
			
		|||
 | 
			
		||||
# Allow optional parameters
 | 
			
		||||
while read optional; do
 | 
			
		||||
   if [ -f "${tempparams}/${opt_file}" ]; then
 | 
			
		||||
   if [ -f "${tempparams}/${optional}" ]; then
 | 
			
		||||
      mv "${tempparams}/${optional}" "${__cdist_ddir}"
 | 
			
		||||
   fi
 | 
			
		||||
done < "$(__cdist_type_param_file "$__cdist_type" "$__cdist_name_type_params_optional")"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue