mirror of
				https://github.com/hiskang/acme.sh
				synced 2025-10-31 02:17:18 +00:00 
			
		
		
		
	fix nc issue for freebsd
This commit is contained in:
		
							parent
							
								
									14165e5a9b
								
							
						
					
					
						commit
						6d60f28852
					
				
							
								
								
									
										2
									
								
								le.sh
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								le.sh
									
									
									
									
									
								
							| @ -601,6 +601,8 @@ _startserver() { | ||||
|   else | ||||
|     if echo "$nchelp" | grep "GNU netcat" >/dev/null && echo "$nchelp" | grep "\-c, \-\-close" >/dev/null ; then | ||||
|       _NC="nc -c -l" | ||||
|     elif echo "$nchelp" | grep "\-N" |grep "Shutdown the network socket after EOF on stdin"  >/dev/null ; then | ||||
|       _NC="nc -N -l" | ||||
|     else | ||||
|       _NC="nc -l" | ||||
|     fi | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user