From 032c5390d09c4b1b02c8a4ffc8fe705c7083902a Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Thu, 23 Oct 2025 01:33:12 -0600 Subject: [PATCH] 1761204793 --- nuke_me_NOW.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/nuke_me_NOW.sh b/nuke_me_NOW.sh index e33d74d..52b41c7 100644 --- a/nuke_me_NOW.sh +++ b/nuke_me_NOW.sh @@ -20,8 +20,6 @@ lsblk --list | awk '{printf "%s%s\n", "/dev/",$1}' | tail -n +2 | \ isLuks=$(cryptsetup isLuks $device) echo $isLuks if [[ $isLuks == 0 ]]; then - echo nukin - # nuke the luks headers nice -20 cryptsetup erase -q $device 1>>$output_log 2>>$error_log || cryptsetup erase -q --disable-lock $device 1>>$output_log 2>>$error_log fi fi