From 86c1ae62bfeb447d982ea226b2abaeeeabb3120a Mon Sep 17 00:00:00 2001 From: Kroese Date: Sat, 29 Apr 2023 22:22:12 +0200 Subject: [PATCH] Display checksum --- run/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/install.sh b/run/install.sh index 98e7ce2..823e0a8 100644 --- a/run/install.sh +++ b/run/install.sh @@ -39,7 +39,7 @@ LOC="$DL/release/7.0.1/42218/DSM_VirtualDSM_42218.pat" SUM=$(md5sum "$RD" | cut -f 1 -d " ") if [ "$SUM" != "14fb88cb7cabddb5af1d0269bf032845" ]; then - echo "ERROR: Invalid extractor, checksum mismatch." && exit 61 + echo "ERROR: Invalid file, checksum mismatch: $SUM" && exit 61 fi set +e