From fdbb0ead8a59701325b510a1cbbb7b49f2999bf5 Mon Sep 17 00:00:00 2001 From: bryan Date: Wed, 23 Apr 2025 14:59:01 -0400 Subject: [PATCH] Add MC_RPM debug --- installJRMC | 1 + 1 file changed, 1 insertion(+) diff --git a/installJRMC b/installJRMC index 41bda6b..01047c7 100755 --- a/installJRMC +++ b/installJRMC @@ -769,6 +769,7 @@ build_rpm() { local -a requires recommends # skip rebuilding the rpm if it already exists + debug "Checking for existing MC RPM: $MC_RPM" if [[ -f $MC_RPM ]]; then echo "$MC_RPM already exists. Skipping build step" return 0