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 }