diff --git a/update-electrum.sh b/update-electrum.sh index fe54428..97e5844 100644 --- a/update-electrum.sh +++ b/update-electrum.sh @@ -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!"