From 77ae53ffa7191e3708e595967fdb9038e12bfd9b Mon Sep 17 00:00:00 2001 From: v4n <105587619+v4n00@users.noreply.github.com> Date: Fri, 21 Feb 2025 14:03:49 +0200 Subject: [PATCH] fix: weird update bug --- h2mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/h2mm b/h2mm index 706917f..821812a 100755 --- a/h2mm +++ b/h2mm @@ -1080,7 +1080,7 @@ function self_update() { # Run the installer for the latest version bash -c "$(curl -fsSL https://raw.githubusercontent.com/v4n00/h2mm-cli/refs/heads/master/install.sh)" - exit 1 + exit 0 } # --- Main ---