From cab2096d0d89453e41000fe6bd5450b2caa95e9f Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 20 Jul 2022 06:03:44 -0400 Subject: [PATCH] Update uptimekuma-v3.sh --- ct/uptimekuma-v3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/uptimekuma-v3.sh b/ct/uptimekuma-v3.sh index f2287af9..fc5eb477 100644 --- a/ct/uptimekuma-v3.sh +++ b/ct/uptimekuma-v3.sh @@ -23,7 +23,7 @@ trap die ERR function error_exit() { trap - ERR - local reason="Unknown failure occured." + local reason="Unknown failure occurred." local msg="${1:-$reason}" local flag="${RD}‼ ERROR ${CL}$EXIT@$LINE" echo -e "$flag $msg" 1>&2