mirror of
				https://github.com/hiskang/acme.sh
				synced 2025-10-31 10:27:22 +00:00 
			
		
		
		
	minor
This commit is contained in:
		
							parent
							
								
									e2e275f24e
								
							
						
					
					
						commit
						ebb4363394
					
				
							
								
								
									
										2
									
								
								le.sh
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								le.sh
									
									
									
									
									
								
							| @ -254,7 +254,7 @@ issue() { | ||||
|   DOMAIN_CONF=$WORKING_DIR/$Le_Domain/$Le_Domain.conf | ||||
|   if [ -f "$DOMAIN_CONF" ] ; then | ||||
|     source "$DOMAIN_CONF" | ||||
|     if [ -z "$FORCE" ] && [ "$(date -u "+%s" )" -lt "$Le_NextRenewTime" ] ; then  | ||||
|     if [ -z "$FORCE" ] && [ "$Le_NextRenewTime" ] && [ "$(date -u "+%s" )" -lt "$Le_NextRenewTime" ] ; then  | ||||
|       _info "Skip, Next renwal time is: $Le_NextRenewTimeStr" | ||||
|       return 2 | ||||
|     fi | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user