From 516b3f81b12a77117c5affb046e7d537b47061e6 Mon Sep 17 00:00:00 2001 From: tonyk7440 Date: Mon, 16 Jan 2023 18:28:56 +0000 Subject: [PATCH] #3501 edit code to debug from review --- lib/functions/detectFiles.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/functions/detectFiles.sh b/lib/functions/detectFiles.sh index b68ad781..daaf5070 100755 --- a/lib/functions/detectFiles.sh +++ b/lib/functions/detectFiles.sh @@ -491,10 +491,9 @@ function RunAdditionalInstalls() { ############################## # Check the shell for errors # ############################## + debug "INSTALL_CMD:[${INSTALL_CMD}]" if [ "${ERROR_CODE}" -ne 0 ]; then - # Error - warn "ERROR: Failed to install the build package at:[${BUILD_PKG}]" - warn "INSTALL_CMD:[${INSTALL_CMD}]" + fatal "ERROR: Failed to install the build package at:[${BUILD_PKG}]" fi fi fi