mirror of
https://github.com/Bandie/grub2-signing-extension.git
synced 2024-04-01 15:51:26 +00:00
Fixing exit code error
This commit is contained in:
@ -87,11 +87,11 @@ fi
|
||||
if (( ${#error_files[@]} > 0 ))
|
||||
then
|
||||
exit 1
|
||||
elif (( ${#missing_files[@]} > 0 ))
|
||||
then
|
||||
exit 3
|
||||
else
|
||||
exit 0
|
||||
fi
|
||||
|
||||
exit 99
|
||||
if (( ${#missing_files[@]} > 0 ))
|
||||
then
|
||||
exit 3
|
||||
fi
|
||||
|
||||
exit 0
|
||||
|
Reference in New Issue
Block a user