mirror of
				https://github.com/hiskang/acme.sh
				synced 2025-11-04 04:17:40 +00:00 
			
		
		
		
	fix syntax error missing space
This commit is contained in:
		
							parent
							
								
									8ab8a6eefb
								
							
						
					
					
						commit
						0f120c41f1
					
				
							
								
								
									
										2
									
								
								acme.sh
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								acme.sh
									
									
									
									
									
								
							@ -4151,7 +4151,7 @@ $_authorizations_map"
 | 
				
			|||||||
            echo "$BEGIN_CERT" >"$CA_CERT_PATH"
 | 
					            echo "$BEGIN_CERT" >"$CA_CERT_PATH"
 | 
				
			||||||
            _base64 "multiline" <"$CA_CERT_PATH.der" >>"$CA_CERT_PATH"
 | 
					            _base64 "multiline" <"$CA_CERT_PATH.der" >>"$CA_CERT_PATH"
 | 
				
			||||||
            echo "$END_CERT" >>"$CA_CERT_PATH"
 | 
					            echo "$END_CERT" >>"$CA_CERT_PATH"
 | 
				
			||||||
            if !_checkcert "$CA_CERT_PATH"; then
 | 
					            if ! _checkcert "$CA_CERT_PATH"; then
 | 
				
			||||||
              _err "Can not get the ca cert."
 | 
					              _err "Can not get the ca cert."
 | 
				
			||||||
              break
 | 
					              break
 | 
				
			||||||
            fi
 | 
					            fi
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user