From 493f85969d44d45440bc8456d50204617f799e4b Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 20 Jul 2022 05:51:38 -0400 Subject: [PATCH] Update homebridge-v3.sh --- ct/homebridge-v3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/homebridge-v3.sh b/ct/homebridge-v3.sh index bb6a1473..0bb4cd62 100644 --- a/ct/homebridge-v3.sh +++ b/ct/homebridge-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