From 80c87e282b73792f9a3a00f73da4ca14652027db Mon Sep 17 00:00:00 2001 From: MatMoul Date: Tue, 7 May 2024 02:23:49 +0200 Subject: [PATCH] Some infos update --- mtm-ddwipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mtm-ddwipe b/mtm-ddwipe index 4494b9f..79a14f1 100755 --- a/mtm-ddwipe +++ b/mtm-ddwipe @@ -43,7 +43,7 @@ wipe_dev() { echo "Begin wiping device ${1}" echo "" echo "Start date :" - echo "${STARTDATE}" + echo "${STARTDATESTRING}" echo "" echo "blkdiscard secure" if ! blkdiscard -f -p 500M -s -v "${1}"; then