From 19dfaf7d29b0a46e5d5044d90747e0ec34fa7578 Mon Sep 17 00:00:00 2001 From: openoms Date: Wed, 31 Jul 2019 18:26:27 +0100 Subject: [PATCH] add comment --- lnd.updates/lnd.update.v0.7.1-beta.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnd.updates/lnd.update.v0.7.1-beta.sh b/lnd.updates/lnd.update.v0.7.1-beta.sh index 4846866..54a7498 100644 --- a/lnd.updates/lnd.update.v0.7.1-beta.sh +++ b/lnd.updates/lnd.update.v0.7.1-beta.sh @@ -34,7 +34,7 @@ fi cd "${downloadDir}" -# extract the SHA256 hash from the manifest file for the corresponding platform +# get lndOSversion and lndSHA256 for the corresponding platform sudo -u admin wget -N https://github.com/lightningnetwork/lnd/releases/download/v${lndVersion}/manifest-v${lndVersion}.txt if [ ${isARM} -eq 1 ] ; then lndOSversion="armv7"