From e0198663fd1cf57f5124a8dbda7d5c7cbbded971 Mon Sep 17 00:00:00 2001 From: Steven Polley Date: Sun, 21 Jan 2024 01:26:17 +0000 Subject: [PATCH] Update update-electrum.sh --- update-electrum.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!"