mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-10-31 05:45:26 +01:00 
			
		
		
		
	Merge pull request #2450 from drwetter/fix_stupid_umaskerror
Bail out if user error bc of umask
This commit is contained in:
		| @@ -20518,7 +20518,9 @@ maketempf() { | ||||
|           fi | ||||
|           TEMPDIR=$(mktemp -d "$PWD/testssl.XXXXXX") || exit $ERR_FCREATE | ||||
|      fi | ||||
|      TMPFILE=$TEMPDIR/tempfile.txt || exit $ERR_FCREATE | ||||
|      ls "$TEMPDIR/" 2>/dev/null || fatal "temporary directory needed not readable" $ERR_FCREATE | ||||
|      TMPFILE=$TEMPDIR/tempfile.txt | ||||
|      touch $TMPFILE 2>/dev/null || fatal "temporary directory needed not writeable" $ERR_FCREATE | ||||
|      if [[ "$DEBUG" -eq 0 ]]; then | ||||
|           ERRFILE="/dev/null" | ||||
|      else | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Dirk Wetter
					Dirk Wetter