1 Commits
0.1.4 ... 0.1.5

Author SHA1 Message Date
13345bc188 Bug: Changed script name 2020-01-08 17:54:57 +01:00
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)