mirror of
				https://github.com/hiskang/acme.sh
				synced 2025-10-31 10:27:22 +00:00 
			
		
		
		
	This commit is contained in:
		
							parent
							
								
									08928b486b
								
							
						
					
					
						commit
						bd5e57d879
					
				
							
								
								
									
										4
									
								
								acme.sh
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								acme.sh
									
									
									
									
									
								
							| @ -1547,7 +1547,7 @@ issue() { | |||||||
|       vtype=$(echo $ventry | cut -d $sep -f 4) |       vtype=$(echo $ventry | cut -d $sep -f 4) | ||||||
|       _currentRoot=$(echo $ventry | cut -d $sep -f 5) |       _currentRoot=$(echo $ventry | cut -d $sep -f 5) | ||||||
| 
 | 
 | ||||||
|       if [ "$keyauthorization" == "$STATE_VERIFIED" ] ; then |       if [ "$keyauthorization" = "$STATE_VERIFIED" ] ; then | ||||||
|         _info "$d is already verified, skip $vtype." |         _info "$d is already verified, skip $vtype." | ||||||
|         continue |         continue | ||||||
|       fi |       fi | ||||||
| @ -1645,7 +1645,7 @@ issue() { | |||||||
|     vtype=$(echo $ventry | cut -d $sep -f 4) |     vtype=$(echo $ventry | cut -d $sep -f 4) | ||||||
|     _currentRoot=$(echo $ventry | cut -d $sep -f 5) |     _currentRoot=$(echo $ventry | cut -d $sep -f 5) | ||||||
| 
 | 
 | ||||||
|     if [ "$keyauthorization" == "$STATE_VERIFIED" ] ; then |     if [ "$keyauthorization" = "$STATE_VERIFIED" ] ; then | ||||||
|       _info "$d is already verified, skip $vtype." |       _info "$d is already verified, skip $vtype." | ||||||
|       continue |       continue | ||||||
|     fi |     fi | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user