mirror of
https://github.com/rancher/os-kernel.git
synced 2025-06-22 03:37:03 +00:00
no, return is not right here
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
parent
49e6ae712a
commit
8aba322c41
@ -19,6 +19,6 @@ gpg2 --keyserver hkp://keys.gnupg.net --recv-keys 6092693E
|
||||
|
||||
if ! xz -cd ${KERNEL_TAR} | gpg2 --verify ${KERNEL_SIGN} - ; then
|
||||
echo "ERROR: ${KERNEL_TAR} signing error" 1>&2
|
||||
return 1
|
||||
exit 1
|
||||
fi
|
||||
echo "${KERNEL_TAR} probably ok"
|
||||
|
Loading…
Reference in New Issue
Block a user