From 389cd69da36185c1181e952b5f46b62d9c6ef8ef Mon Sep 17 00:00:00 2001 From: bryan Date: Fri, 11 Apr 2025 18:37:02 -0400 Subject: [PATCH] Temp debug output --- installJRMC | 1 + 1 file changed, 1 insertion(+) diff --git a/installJRMC b/installJRMC index 557ad79..4755c07 100755 --- a/installJRMC +++ b/installJRMC @@ -898,6 +898,7 @@ build_rpm() { -bb "$OUTPUT_DIR/SPECS/mediacenter.spec" ) + declare -p if execute "${rpmbuild_cmd[@]}" && [[ -f $MC_RPM ]] ; then echo "Build successful. The RPM file is located at: $MC_RPM" else