mirror of
				https://github.com/hiskang/acme.sh
				synced 2025-10-31 10:27:22 +00:00 
			
		
		
		
	minor
This commit is contained in:
		
							parent
							
								
									c575c9af3d
								
							
						
					
					
						commit
						b15cfc2c5a
					
				
							
								
								
									
										4
									
								
								acme.sh
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								acme.sh
									
									
									
									
									
								
							| @ -2439,9 +2439,9 @@ issue() { | ||||
|       fi | ||||
|        | ||||
|       if [ "$status" = "invalid" ] ; then | ||||
|          error="$(echo "$response" | tr -d "\r\n" | _egrep_o '"error":\{[^\}]*\}')" | ||||
|          error="$(echo "$response" | tr -d "\r\n" | _egrep_o '"error":\{[^\}]*')" | ||||
|          _debug2 error "$error" | ||||
|          errordetail="$(echo $error |  _egrep_o '"detail": *"[^"]*"' | cut -d '"' -f 4)" | ||||
|          errordetail="$(echo "$error" |  _egrep_o '"detail": *"[^"]*' | cut -d '"' -f 4)" | ||||
|          _debug2 errordetail "$errordetail" | ||||
|          if [ "$errordetail" ] ; then | ||||
|            _err "$d:Verify error:$errordetail" | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user