summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-12-31 11:56:41 +0000
committerSean Whitton <spwhitton@spwhitton.name>2019-12-31 11:56:41 +0000
commitd938ce700191a82dc4748491936a01b399ebb866 (patch)
tree90f96800b96b07025f194ecc41dcd1f07b546fa7
parent417cbf5d0cc97e75fea24065b749c18535cb5fe6 (diff)
downloaddotfiles-d938ce700191a82dc4748491936a01b399ebb866.tar.gz
reorder cmds
-rwxr-xr-xbin/ata-secure-erase2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ata-secure-erase b/bin/ata-secure-erase
index 58609056..f272ea32 100755
--- a/bin/ata-secure-erase
+++ b/bin/ata-secure-erase
@@ -43,5 +43,5 @@ sudo hdparm -I "$device" | grep -qv "not enabled"
# change following line to use --security-erase
date
sudo time hdparm --user-master u --security-erase-enhanced Eins "$device"
-sudo hdparm -I "$device" | grep -q "not enabled"
date
+sudo hdparm -I "$device" | grep -q "not enabled"