mirror of
				https://github.com/hiskang/acme.sh
				synced 2025-10-30 09:57:14 +00:00 
			
		
		
		
	fix check email
This commit is contained in:
		
							parent
							
								
									7575094cf3
								
							
						
					
					
						commit
						4a56b2406b
					
				| @ -22,6 +22,12 @@ dns_cf_add() { | |||||||
|     return 1 |     return 1 | ||||||
|   fi |   fi | ||||||
| 
 | 
 | ||||||
|  |   if ! _contains "$CF_Email" "@"; then | ||||||
|  |     _err "It seems that the CF_Email=$CF_Email is not a valid email address." | ||||||
|  |     _err "Please check and retry." | ||||||
|  |     return 1 | ||||||
|  |   fi | ||||||
|  |    | ||||||
|   #save the api key and email to the account conf file. |   #save the api key and email to the account conf file. | ||||||
|   _saveaccountconf CF_Key "$CF_Key" |   _saveaccountconf CF_Key "$CF_Key" | ||||||
|   _saveaccountconf CF_Email "$CF_Email" |   _saveaccountconf CF_Email "$CF_Email" | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user