From 347c22e38822eec6c117f92404baeed394e6a0c6 Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 20 Jul 2022 05:55:48 -0400 Subject: [PATCH] Update motioneye-v3.sh --- ct/motioneye-v3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/motioneye-v3.sh b/ct/motioneye-v3.sh index 10ade0fd..a837501c 100644 --- a/ct/motioneye-v3.sh +++ b/ct/motioneye-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