1
0
mirror of https://github.com/drwetter/testssl.sh.git synced 2025-07-16 10:42:02 +02:00
This commit is contained in:
Dirk Wetter
2023-12-23 13:03:57 +01:00
parent 8e517e0a70
commit 3b5f2022b3

@ -20518,7 +20518,7 @@ maketempf() {
fi
TEMPDIR=$(mktemp -d "$PWD/testssl.XXXXXX") || exit $ERR_FCREATE
fi
ls "$TEMPDIR/" 2>/dev/null || fatal "temporary directory needed not readeable" $ERR_FCREATE
ls "$TEMPDIR/" 2>/dev/null || fatal "temporary directory needed not readable" $ERR_FCREATE
TMPFILE=$TEMPDIR/tempfile.txt
touch $TEMPFILE 2>/dev/null || fatal "temporary directory needed not writeable" $ERR_FCREATE
if [[ "$DEBUG" -eq 0 ]]; then