From fa86b8b6596f4facdfed8ea1efc5ae2ff7844d59 Mon Sep 17 00:00:00 2001 From: bryan Date: Tue, 22 Apr 2025 16:42:28 -0400 Subject: [PATCH] Use manual debug output for download() --- installJRMC | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/installJRMC b/installJRMC index 82e9001..9a3121f 100755 --- a/installJRMC +++ b/installJRMC @@ -1799,7 +1799,8 @@ download() { return 1 fi - execute "${cmd[@]}" "$url" + debug "${cmd[@]}" "$url" + "${cmd[@]}" "$url" } # Roughly turn debugging on for pre-init