Usage of shred instead of rm

This commit is contained in:
2021-07-22 23:15:09 +02:00
parent 4b42d088eb
commit c7b049cc96
2 changed files with 3 additions and 3 deletions

View File

@ -24,8 +24,8 @@ function sign(){
}
rm /boot/*.sig
rm /boot/grub/grub.cfg.sig
shred --remove=unlink /boot/*.sig
shred --remove=unlink /boot/grub/grub.cfg.sig
if ! sign
then