mirror of
				https://github.com/hiskang/acme.sh
				synced 2025-10-31 02:17:18 +00:00 
			
		
		
		
	Use more flexible version of uppercase to lowercase conversion.
This commit is contained in:
		
							parent
							
								
									edfefb6763
								
							
						
					
					
						commit
						09eccf6fc0
					
				| @ -86,7 +86,7 @@ _cyon_urlencode() { | |||||||
| 
 | 
 | ||||||
| _cyon_load_parameters() { | _cyon_load_parameters() { | ||||||
|   # Read the required parameters to add the TXT entry. |   # Read the required parameters to add the TXT entry. | ||||||
|   fulldomain="$(printf "%s" "${1}" | tr '[:upper:]' '[:lower:]')" |   fulldomain="$(printf "%s" "${1}" | tr '[A-Z]' '[a-z]')" | ||||||
|   fulldomain_idn="${fulldomain}" |   fulldomain_idn="${fulldomain}" | ||||||
| 
 | 
 | ||||||
|   # Special case for IDNs, as cyon needs a domain environment change, |   # Special case for IDNs, as cyon needs a domain environment change, | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user