From a4094c41a172a7c8d9bdd019fbce24b0601845c4 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 4 Jan 2024 15:10:42 +0100 Subject: [PATCH] Logging Signed-off-by: unknown --- src/install-opentofu.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/install-opentofu.sh b/src/install-opentofu.sh index 0a0cd6f..4353370 100755 --- a/src/install-opentofu.sh +++ b/src/install-opentofu.sh @@ -775,6 +775,7 @@ install_standalone() { log_error "Checksum mismatch for ${ZIPFILE}, expected: ${EXPECTEDSUM}, got: ${REALSUM}." return $TOFU_INSTALL_EXIT_CODE_INSTALL_FAILED fi + log_info "Checksum for ${ZIPFILE} is ${REALSUM}, as expected." if [ "${SKIP_VERIFY}" -ne "1" ]; then log_info "Performing signature verification..."