mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-11-04 07:45:27 +01:00 
			
		
		
		
	remove echoing ~ /usr/bin/timeout
This commit is contained in:
		@@ -11380,7 +11380,7 @@ find_openssl_binary() {
 | 
				
			|||||||
          HAS_MYSQL=true
 | 
					          HAS_MYSQL=true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
     if [[ "$OPENSSL_TIMEOUT" != "" ]]; then
 | 
					     if [[ "$OPENSSL_TIMEOUT" != "" ]]; then
 | 
				
			||||||
          if which timeout >&2 2>/dev/null ; then
 | 
					          if which timeout 2>&1 >/dev/null ; then
 | 
				
			||||||
               # there are different "timeout". Check whether --preserve-status is supported
 | 
					               # there are different "timeout". Check whether --preserve-status is supported
 | 
				
			||||||
               if timeout --help 2>/dev/null | grep -q 'preserve-status'; then
 | 
					               if timeout --help 2>/dev/null | grep -q 'preserve-status'; then
 | 
				
			||||||
                    OPENSSL="timeout --preserve-status $OPENSSL_TIMEOUT $OPENSSL"
 | 
					                    OPENSSL="timeout --preserve-status $OPENSSL_TIMEOUT $OPENSSL"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user