From c6dfd620367d20e4d6213ee6ad2297d10b91d4d2 Mon Sep 17 00:00:00 2001 From: bryan Date: Mon, 4 Nov 2024 14:22:36 -0500 Subject: [PATCH] Test commit for refactored update() --- installJRMC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installJRMC b/installJRMC index baefe3c..faa2d0d 100755 --- a/installJRMC +++ b/installJRMC @@ -1581,7 +1581,7 @@ update() { # Acquire the latest version of the script if ! download "$SCRIPT_URL" "$tmp"; then err "Failed to download the latest script." - rm -f "$tmp" + execute rm -f "$tmp" return 1 fi