From b2948bd74ce4d387c7b5786ed56b031c97c5e0fc Mon Sep 17 00:00:00 2001 From: nicholas Date: Fri, 13 Oct 2023 13:54:44 +0200 Subject: [PATCH] Typo fix --- files/lib/blue-merle/mac-wipe.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/lib/blue-merle/mac-wipe.sh b/files/lib/blue-merle/mac-wipe.sh index 2daec69..7652700 100644 --- a/files/lib/blue-merle/mac-wipe.sh +++ b/files/lib/blue-merle/mac-wipe.sh @@ -47,7 +47,7 @@ else echo "No file found within /tmp/tertf. No shredding to be done there." fi -# shredding /etc/tertf, , rm for good measure +# shredding /etc/tertf, rm for good measure if [ -f "$etc_file" ]; then echo "Files found in /etc/. Let's get to it." shred -v -u "$etc_file" || rm -f "$tmp_file"