From a41e161bee3eb17f29c80a16b4506d464bdae988 Mon Sep 17 00:00:00 2001 From: PenguinKeeper7 Date: Thu, 9 Nov 2023 22:25:00 +0000 Subject: [PATCH] Check --outfile-check-timer immediately --- src/outfile_check.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/outfile_check.c b/src/outfile_check.c index e681b7263..51d724a01 100644 --- a/src/outfile_check.c +++ b/src/outfile_check.c @@ -77,7 +77,7 @@ static int outfile_remove (hashcat_ctx_t *hashcat_ctx) int out_cnt = 0; - u32 check_left = outfile_check_timer; // or 1 if we want to check it at startup + u32 check_left = 1; // or outfile_check_timer if we want to check it after the --outfile-check-timer delay while (status_ctx->shutdown_inner == false) {