From 28395797ab6ca5680d06a0ed62c7de8269ff6ad1 Mon Sep 17 00:00:00 2001 From: localhorst Date: Fri, 12 Dec 2025 22:30:10 +0100 Subject: [PATCH] disable DRYRUN --- include/reHDD.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/reHDD.h b/include/reHDD.h index eced4d0..86edc09 100644 --- a/include/reHDD.h +++ b/include/reHDD.h @@ -31,7 +31,7 @@ #endif // Logic -#define DRYRUN // don't touch the drives +// #define DRYRUN // don't touch the drives #define FROZEN_ALERT // show alert if drive is frozen #define ZERO_CHECK // check drive after shred if all bytes are zero, show alert if this fails