From 60c05ac531ecdfde2b94d6c7de7048b5c77c0782 Mon Sep 17 00:00:00 2001 From: Nic Manoogian Date: Fri, 7 Jun 2024 17:42:11 -0400 Subject: [PATCH] WIP --- scripts/install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/install.sh b/scripts/install.sh index c35a2c85..1173c188 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -150,6 +150,10 @@ curl_download() { exit_code=$? set -e + log_debug "START" + log_debug "$headers" + log_debug "STOP" + status_code="$(echo "$headers" | tail -1)" if [ "$status_code" -ne 200 ]; then