mirror of
				https://github.com/hiskang/acme.sh
				synced 2025-11-04 12:28:12 +00:00 
			
		
		
		
	fix apache mode
This commit is contained in:
		
							parent
							
								
									93fc48a2db
								
							
						
					
					
						commit
						7e512bad96
					
				
							
								
								
									
										5
									
								
								acme.sh
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								acme.sh
									
									
									
									
									
								
							@ -1,6 +1,6 @@
 | 
				
			|||||||
#!/usr/bin/env sh
 | 
					#!/usr/bin/env sh
 | 
				
			||||||
 | 
					
 | 
				
			||||||
VER=2.6.2
 | 
					VER=2.6.3
 | 
				
			||||||
 | 
					
 | 
				
			||||||
PROJECT_NAME="acme.sh"
 | 
					PROJECT_NAME="acme.sh"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -1937,9 +1937,6 @@ _on_before_issue() {
 | 
				
			|||||||
      _err "Please install netcat(nc) tools first."
 | 
					      _err "Please install netcat(nc) tools first."
 | 
				
			||||||
      return 1
 | 
					      return 1
 | 
				
			||||||
    fi
 | 
					    fi
 | 
				
			||||||
  elif ! _hasfield "$Le_Webroot" "$W_TLS" ; then
 | 
					 | 
				
			||||||
    #no need to check anymore
 | 
					 | 
				
			||||||
    return 0
 | 
					 | 
				
			||||||
  fi
 | 
					  fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  _debug Le_LocalAddress "$Le_LocalAddress"
 | 
					  _debug Le_LocalAddress "$Le_LocalAddress"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user