From 6184ef7cbd9f6406fc1f713c5aef26b043f458bd Mon Sep 17 00:00:00 2001 From: bryan Date: Wed, 21 Jan 2026 06:07:47 -0500 Subject: [PATCH] Add more debug --- installJRMC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installJRMC b/installJRMC index 57c6706..36248ad 100755 --- a/installJRMC +++ b/installJRMC @@ -646,7 +646,7 @@ install_legacy_repo() { EOF # Set a trap to always cleanup legacy repo # shellcheck disable=SC2064 - trap "sudo rm -f $temp_repo_file" EXIT ERR INT + # trap "sudo rm -f $temp_repo_file" EXIT INT TERM fi }