mirror of
https://github.com/Bandie/grub2-signing-extension.git
synced 2024-04-01 15:51:26 +00:00
Usage of shred instead of rm
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user