mirror of
				https://github.com/hiskang/acme.sh
				synced 2025-10-30 18:07:15 +00:00 
			
		
		
		
	fix shellcheck warnings
This commit is contained in:
		
							parent
							
								
									79a267ab08
								
							
						
					
					
						commit
						0c944a03fe
					
				
							
								
								
									
										12
									
								
								acme.sh
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								acme.sh
									
									
									
									
									
								
							| @ -1429,11 +1429,11 @@ _startserver() { | |||||||
|   if _contains "$nchelp" "nmap.org"; then |   if _contains "$nchelp" "nmap.org"; then | ||||||
|     _debug "Using ncat: nmap.org" |     _debug "Using ncat: nmap.org" | ||||||
|     if [ "$DEBUG" ]; then |     if [ "$DEBUG" ]; then | ||||||
|       if printf "HTTP/1.1 200 OK\r\n\r\n$content" | $_NC $Le_HTTPPort; then |       if printf "%s\r\n\r\n%s" "HTTP/1.1 200 OK" "$content" | $_NC $Le_HTTPPort; then | ||||||
|         return |         return | ||||||
|       fi |       fi | ||||||
|     else |     else | ||||||
|       if printf "HTTP/1.1 200 OK\r\n\r\n$content" | $_NC $Le_HTTPPort >/dev/null 2>&1; then |       if printf "%s\r\n\r\n%s" "HTTP/1.1 200 OK" "$content" | $_NC $Le_HTTPPort >/dev/null 2>&1; then | ||||||
|         return |         return | ||||||
|       fi |       fi | ||||||
|     fi |     fi | ||||||
| @ -1442,12 +1442,12 @@ _startserver() { | |||||||
| 
 | 
 | ||||||
|   #  while true ; do |   #  while true ; do | ||||||
|   if [ "$DEBUG" ]; then |   if [ "$DEBUG" ]; then | ||||||
|     if ! printf "HTTP/1.1 200 OK\r\n\r\n$content" | $_NC -p $Le_HTTPPort; then |     if ! printf "%s\r\n\r\n%s" "HTTP/1.1 200 OK" "$content" | $_NC -p $Le_HTTPPort; then | ||||||
|       printf "HTTP/1.1 200 OK\r\n\r\n$content" | $_NC $Le_HTTPPort |       printf "%s\r\n\r\n%s" "HTTP/1.1 200 OK" "$content" | $_NC $Le_HTTPPort | ||||||
|     fi |     fi | ||||||
|   else |   else | ||||||
|     if ! printf "HTTP/1.1 200 OK\r\n\r\n$content" | $_NC -p $Le_HTTPPort >/dev/null 2>&1; then |     if ! printf "%s\r\n\r\n%s" "HTTP/1.1 200 OK" "$content" | $_NC -p $Le_HTTPPort >/dev/null 2>&1; then | ||||||
|       printf "HTTP/1.1 200 OK\r\n\r\n$content" | $_NC $Le_HTTPPort >/dev/null 2>&1 |       printf "%s\r\n\r\n%s" "HTTP/1.1 200 OK" "$content" | $_NC $Le_HTTPPort >/dev/null 2>&1 | ||||||
|     fi |     fi | ||||||
|   fi |   fi | ||||||
|   if [ "$?" != "0" ]; then |   if [ "$?" != "0" ]; then | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user