Browse Source

add a bit sleep after gpg key import

#146
rootzoll 7 years ago
parent
commit
526991f19e
  1. 1
      build.sdcard/raspbianStretchDesktop.sh

1
build.sdcard/raspbianStretchDesktop.sh

@ -219,6 +219,7 @@ if [ ${fingerprint} -lt 1 ]; then
exit 1
fi
gpg --import ./pgp_keys.asc
sleep 2
verifyResult=$(gpg --verify manifest-v${lndVersion}.txt.sig manifest-v${lndVersion}.txt 2>&1)
goodSignature=$(echo ${verifyResult} | grep 'Good signature' -c)
echo "goodSignature(${goodSignature})"

Loading…
Cancel
Save