From 8e369e492a65dc933d6ce45f55746f5d712f5580 Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 20 Jul 2022 05:50:42 -0400 Subject: [PATCH] Update heimdalldashboard-v3.sh --- ct/heimdalldashboard-v3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/heimdalldashboard-v3.sh b/ct/heimdalldashboard-v3.sh index 130e5587..c56ab9e1 100644 --- a/ct/heimdalldashboard-v3.sh +++ b/ct/heimdalldashboard-v3.sh @@ -24,7 +24,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