Update update-electrum.sh
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/promote/updateelectrum Build is failing Details

This commit is contained in:
Steven Polley 2024-01-21 01:26:17 +00:00
parent 90ead9f252
commit e0198663fd
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ echo "Downloading ${APKURL}"
curl -O -J $APKURL
curl -O -J "${APKURL}.asc"
gpg --verify "${APKNAME}.asc" >/dev/null
gpg --verify "${APKNAME}.asc"
if [ $? -ne 0 ] ; then
echo "gpg signatures failed! Something fishy/malicious is probably going on with this electrum apk. Cleaning up tainted files. Please check manually and investigate!"