mirror of
https://github.com/rancher/os-kernel.git
synced 2025-08-31 20:36:46 +00:00
no, return is not right here
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user