From aaabd5f6a188a8221d7ac60a53889f1766e4dcc8 Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 20 Jul 2022 05:43:55 -0400 Subject: [PATCH] Update uptimekuma-install.sh --- setup/uptimekuma-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/uptimekuma-install.sh b/setup/uptimekuma-install.sh index 57c13fc2..948ab37f 100644 --- a/setup/uptimekuma-install.sh +++ b/setup/uptimekuma-install.sh @@ -21,7 +21,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