From aac3ed81df0ff31eef630d031bb7d046de53cc0c Mon Sep 17 00:00:00 2001 From: Kroese Date: Mon, 27 May 2024 10:57:28 +0200 Subject: [PATCH] Update mido.sh --- src/mido.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mido.sh b/src/mido.sh index fde6d33..9397d1d 100644 --- a/src/mido.sh +++ b/src/mido.sh @@ -32,8 +32,8 @@ handle_curl_error() { # https://pubs.opengroup.org/onlinepubs/009695399/basedefs/signal.h.html INT) error "Curl was interrupted!" ;; # There could be other signals but these are most common - SEGV | ABRT ) error "Curl crashed! Failed exploitation attempt? Please report any core dumps to curl developers." ;; - *) error "Curl terminated due to a fatal signal!" ;; + SEGV | ABRT ) error "Curl crashed! Please report any core dumps to curl developers." ;; + *) error "Curl terminated due to fatal signal $error_code !" ;; esac esac