Bug: Changed script name

This commit is contained in:
Bandie 2020-01-08 17:54:57 +01:00
parent ea242fd0af
commit 13345bc188
Signed by: Bandie
GPG Key ID: 843D7FA93BA46312
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ function sign(){
# Running grub2-verify first to prevent bad people and double signing
echo "Running grub2-verify to check if everything is unsigned..." >&2
grub2-verify
grub-verify
if (( $? < 2 )); then
echo "Run grub2-unsign first." >&2
exit 1

View File

@ -5,7 +5,7 @@
# Licence: GNU-GPLv3
# Check if something is wrong
grub2-verify
grub-verify
stat=$?
case "$stat" in
1)