1
0
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:
Sven Dowideit 2017-03-30 08:49:58 +00:00
parent 49e6ae712a
commit 8aba322c41

View File

@ -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"