mirror of
https://github.com/srlabs/blue-merle.git
synced 2024-12-22 21:59:25 -05:00
Typo fix
This commit is contained in:
parent
40362dfccf
commit
b2948bd74c
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user