mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-20 10:12:06 +01:00
add a bit sleep after gpg key import
This commit is contained in:
parent
f570d8e0f2
commit
526991f19e
@ -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…
Reference in New Issue
Block a user