forgot to add the new flag in getopts
This commit is contained in:
		
							parent
							
								
									6759a97c3d
								
							
						
					
					
						commit
						348e628c57
					
				@ -169,7 +169,7 @@ user_tags=false
 | 
				
			|||||||
#sets the Purge Snapshot feature to false - this feature will eventually allow the removal of snapshots that have a "PurgeAfter" tag that is earlier than current date
 | 
					#sets the Purge Snapshot feature to false - this feature will eventually allow the removal of snapshots that have a "PurgeAfter" tag that is earlier than current date
 | 
				
			||||||
purge_snapshots=false
 | 
					purge_snapshots=false
 | 
				
			||||||
#handles options processing
 | 
					#handles options processing
 | 
				
			||||||
while getopts :s:c:r:v:t:k:pnu opt
 | 
					while getopts :s:c:r:v:t:k:pnhu opt
 | 
				
			||||||
	do
 | 
						do
 | 
				
			||||||
		case $opt in
 | 
							case $opt in
 | 
				
			||||||
			s) selection_method="$OPTARG";;
 | 
								s) selection_method="$OPTARG";;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user