From 95eadfee2f40e9f64a3572302414bbdb17283540 Mon Sep 17 00:00:00 2001 From: Conner Fromknecht Date: Mon, 15 Feb 2021 10:00:42 -0800 Subject: [PATCH] scripts/verify-install.sh: combine final SUCCESS logs --- scripts/verify-install.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/scripts/verify-install.sh b/scripts/verify-install.sh index 73980d85..3a7290e7 100755 --- a/scripts/verify-install.sh +++ b/scripts/verify-install.sh @@ -209,7 +209,4 @@ if ! grep -q "^$LNCLI_SUM" "$MANIFEST"; then fi echo "" -echo "Verified lnd and lncli hashes against $MANIFEST" - -echo "" -echo "SUCCESS! Verified lnd and lncli against $NUM_CHECKS developer signature(s)." +echo "SUCCESS! Verified lnd and lncli against $MANIFEST signed by $NUM_CHECKS developers."