From 36ea3a2bef2fce599bc24e2c264334bce16baab5 Mon Sep 17 00:00:00 2001 From: localhorst Date: Sun, 22 Jun 2025 11:46:09 +0200 Subject: [PATCH] disable dryrun --- include/reHDD.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/reHDD.h b/include/reHDD.h index 819931a..78fbd11 100644 --- a/include/reHDD.h +++ b/include/reHDD.h @@ -20,7 +20,7 @@ // Logger Settings #define LOG_PATH "./reHDD.log" -#define DESCRIPTION "reHDD - Copyright Hendrik Schutter 2024" +#define DESCRIPTION "reHDD - Copyright Hendrik Schutter 2025" #define DEVICE_ID "generic" #define SOFTWARE_VERSION REHDD_VERSION #define HARDWARE_VERSION "generic" @@ -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