mirror of
				https://github.com/hiskang/acme.sh
				synced 2025-10-31 10:27:22 +00:00 
			
		
		
		
	remove unnecessary error message if the folder is not a domain
remove unnecessary error message if the folder is not a domain. The error message output made the cron send mail.
This commit is contained in:
		
							parent
							
								
									9b292d584e
								
							
						
					
					
						commit
						55ce170842
					
				
							
								
								
									
										4
									
								
								le.sh
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								le.sh
									
									
									
									
									
								
							| @ -878,8 +878,8 @@ renew() { | |||||||
|   _initpath $Le_Domain |   _initpath $Le_Domain | ||||||
| 
 | 
 | ||||||
|   if [ ! -f "$DOMAIN_CONF" ] ; then |   if [ ! -f "$DOMAIN_CONF" ] ; then | ||||||
|     _err "$Le_Domain is not a issued domain, skip." |     _info "$Le_Domain is not a issued domain, skip." | ||||||
|     return 1; |     return 0; | ||||||
|   fi |   fi | ||||||
|    |    | ||||||
|   source "$DOMAIN_CONF" |   source "$DOMAIN_CONF" | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user