mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-10-31 13:55:25 +01:00 
			
		
		
		
	fix wrong temp file var
This commit is contained in:
		| @@ -20520,7 +20520,7 @@ maketempf() { | |||||||
|      fi |      fi | ||||||
|      ls "$TEMPDIR/" 2>/dev/null || fatal "temporary directory needed not readable" $ERR_FCREATE |      ls "$TEMPDIR/" 2>/dev/null || fatal "temporary directory needed not readable" $ERR_FCREATE | ||||||
|      TMPFILE=$TEMPDIR/tempfile.txt |      TMPFILE=$TEMPDIR/tempfile.txt | ||||||
|      touch $TEMPFILE 2>/dev/null || fatal "temporary directory needed not writeable" $ERR_FCREATE |      touch $TMPFILE 2>/dev/null || fatal "temporary directory needed not writeable" $ERR_FCREATE | ||||||
|      if [[ "$DEBUG" -eq 0 ]]; then |      if [[ "$DEBUG" -eq 0 ]]; then | ||||||
|           ERRFILE="/dev/null" |           ERRFILE="/dev/null" | ||||||
|      else |      else | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Dirk Wetter
					Dirk Wetter