From 19628c7d188a338e4fc44b70a4b2424a0306547e Mon Sep 17 00:00:00 2001 From: bryan Date: Wed, 21 Jan 2026 06:01:29 -0500 Subject: [PATCH] Don't run trap at all for debug --- installJRMC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installJRMC b/installJRMC index 420bc2f..613299e 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 + # trap "sudo rm -f $temp_repo_file" EXIT ERR INT fi }