From b89469f7a9fb2e76548402f7500c8ee93862ab91 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 29 Jul 2024 20:57:53 +0200 Subject: [PATCH] =?UTF-8?q?=E2=88=92n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spcd.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spcd.sh b/spcd.sh index f643355..78c0412 100644 --- a/spcd.sh +++ b/spcd.sh @@ -707,8 +707,8 @@ ${spcd_ipm__url} exit spcd_ipm__script="${spcd_ipm__root}/${spcd_ipm__name}/spcd.sh" if [ -f "${spcd_ipm__script}" ]; then - echo -n "${SPCD}" | sha256sum - echo -n "${SPCD}" | wc -c + echo "${SPCD}" | sha256sum + echo "${SPCD}" | wc -c sha256sum "${spcd_ipm__script}" fi spcd_ipm__path="${spcd_ipm__root}/${spcd_ipm__name}/${spcd_ipm__name}"