From 335f9c127f4bc35bab238f9dbe1692a91fdf51d3 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sat, 29 Apr 2023 06:52:50 +0200 Subject: [PATCH] Print URL --- run/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/install.sh b/run/install.sh index 2add5b3..98e7ce2 100644 --- a/run/install.sh +++ b/run/install.sh @@ -34,7 +34,7 @@ rm -rf "$TMP" && mkdir -p "$TMP" LOC="$DL/release/7.0.1/42218/DSM_VirtualDSM_42218.pat" { curl -r 64493568-69886247 -sfk -o "$RD" "$LOC"; rc=$?; } || : -(( rc != 0 )) && echo "ERROR: Failed to download extractor, reason: $rc" && exit 60 +(( rc != 0 )) && echo "ERROR: Failed to download $LOC, reason: $rc" && exit 60 SUM=$(md5sum "$RD" | cut -f 1 -d " ")