From d0197d2ca60a6e7be0528b2ac36655fd9badde0a Mon Sep 17 00:00:00 2001 From: localhorst Date: Fri, 12 Dec 2025 22:11:33 +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 01da1fd..059e199 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