From c8b76d7eda4f65a62d11f54ad6d4a1ba2301e41a Mon Sep 17 00:00:00 2001 From: bryan Date: Tue, 3 Sep 2024 21:07:13 -0400 Subject: [PATCH] Cleanup output --- installJRMC | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/installJRMC b/installJRMC index 6f8bd50..94eafaf 100755 --- a/installJRMC +++ b/installJRMC @@ -1655,8 +1655,7 @@ update_self() { # Compare versions and update if necessary if [[ $SCRIPT_VERSION < $remote_version ]]; then - echo "Current installJRMC version: $SCRIPT_VERSION" - echo "Latest installJRMC version: $remote_version. Updating..." + echo "Updating installJRMC $SCRIPT_VERSION to $remote_version" execute mv "$tmp" "$SCRIPT_PATH" execute chmod +x "$SCRIPT_PATH" exec "$SCRIPT_PATH" "$@" "--no-self-update"