From 361dcb8ce332e7bdc6e5bb7c34cb0573b387e8ef Mon Sep 17 00:00:00 2001 From: bryan Date: Mon, 2 Jun 2025 19:17:39 -0400 Subject: [PATCH] Return successfully --- installJRMC | 2 ++ 1 file changed, 2 insertions(+) diff --git a/installJRMC b/installJRMC index 2449fa0..1ee9935 100755 --- a/installJRMC +++ b/installJRMC @@ -686,6 +686,7 @@ install_mc_repo() { # Unset the trap and remove temporary legacy repository trap - EXIT [[ -f $TEMP_REPO_FILE ]] && execute sudo rm -f "$TEMP_REPO_FILE" + return 0 } # @description Acquires the source DEB package from JRiver @@ -1003,6 +1004,7 @@ install_mc_deb() { trap - EXIT [[ -f $TEMP_REPO_FILE ]] && execute sudo rm -f "$TEMP_REPO_FILE" execute sudo rm -f "$temp_deb" + return 0 } # @description Installs MC via RPM package