- lines + variable alignement
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
		
					parent
					
						
							
								98c7b98aac
							
						
					
				
			
			
				commit
				
					
						4ab770400a
					
				
			
		
					 1 changed files with 4 additions and 7 deletions
				
			
		| 
						 | 
				
			
			@ -34,14 +34,12 @@ set -eu
 | 
			
		|||
__cdist_target_host="$1"; shift
 | 
			
		||||
__cdist_object="$1"; shift
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
__cdist_type="$(__cdist_type_from_object "$__cdist_object")"
 | 
			
		||||
__cdist_types_pushed="$__cdist_tmp_dir/types_pushed"
 | 
			
		||||
touch "$__cdist_types_pushed"
 | 
			
		||||
 | 
			
		||||
__cdist_object_finished="$(__cdist_object_finished "$__cdist_object")"
 | 
			
		||||
if [ ! -f "$__cdist_object_finished" ]; then
 | 
			
		||||
 | 
			
		||||
   echo
 | 
			
		||||
   echo "Running object $__cdist_object"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -72,5 +70,4 @@ if [ ! -f "$__cdist_object_finished" ]; then
 | 
			
		|||
 | 
			
		||||
   # Mark this object as done
 | 
			
		||||
   touch "$__cdist_object_finished"
 | 
			
		||||
 | 
			
		||||
fi
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue