Merge branch 'master' of github.com:colinbjohnson/aws-missing-tools
This commit is contained in:
		
						commit
						fd1655d044
					
				@ -233,7 +233,7 @@ do
 | 
				
			|||||||
	if [[ $? != 0 ]]
 | 
						if [[ $? != 0 ]]
 | 
				
			||||||
		then echo -e "An error occured when running ec2-create-snapshot. The error returned is below:\n$ec2_create_snapshot_result" 1>&2 ; exit 70
 | 
							then echo -e "An error occured when running ec2-create-snapshot. The error returned is below:\n$ec2_create_snapshot_result" 1>&2 ; exit 70
 | 
				
			||||||
	else
 | 
						else
 | 
				
			||||||
		ec2_snapshot_resource_id=`echo "$ec2_create_snapshot_result" | cut -f 3`
 | 
							ec2_snapshot_resource_id=`echo "$ec2_create_snapshot_result" | cut -f 4`
 | 
				
			||||||
	fi	
 | 
						fi	
 | 
				
			||||||
	create_EBS_Snapshot_Tags
 | 
						create_EBS_Snapshot_Tags
 | 
				
			||||||
done
 | 
					done
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user