mirror of
				https://github.com/hiskang/acme.sh
				synced 2025-11-03 20:07:43 +00:00 
			
		
		
		
	minor
This commit is contained in:
		
							parent
							
								
									edf08da6f3
								
							
						
					
					
						commit
						14165e5a9b
					
				
							
								
								
									
										2
									
								
								le.sh
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								le.sh
									
									
									
									
									
								
							@ -194,7 +194,7 @@ _ss() {
 | 
			
		||||
      #for windows version netstat tool
 | 
			
		||||
      netstat -anb -p tcp | grep "LISTENING" | grep :$_port" "
 | 
			
		||||
    else
 | 
			
		||||
      if netstat -help 2>&1 | grep "-p protocol" >/dev/null ; then
 | 
			
		||||
      if netstat -help 2>&1 | grep "\-p protocol" >/dev/null ; then
 | 
			
		||||
        netstat -an -p tcp | grep LISTEN | grep :$_port" "
 | 
			
		||||
      else
 | 
			
		||||
        netstat -ntpl | grep :$_port" "
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user