From 2140c22919891005d9abdd0cab23bf67b7f8b436 Mon Sep 17 00:00:00 2001 From: Matthijs van der Wild Date: Mon, 31 Mar 2025 23:51:58 +0100 Subject: ensure that $TMP_OUTDIR exists --- pilot.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/pilot.sh b/pilot.sh index 36b4f14..29c38dc 100644 --- a/pilot.sh +++ b/pilot.sh @@ -67,6 +67,7 @@ mkdir -p "$BATCH_LOG_DIR" mkdir -p "$WORK_DIR" mkdir -p "$OUTPUT_DIR" mkdir -p "$STATS_DIR" +mkdir -p "$TMP_OUTDIR" TMPDIR_PREFIX="" if [ ! -z "${SCRATCH}" ]; then -- cgit v1.2.3