From 9407b64c0a96872ae9635dc21b288e2dd2414af2 Mon Sep 17 00:00:00 2001 From: tteckster <tteckster@gmail.com> Date: Wed, 20 Jul 2022 06:00:25 -0400 Subject: [PATCH] Update plex-v3.sh --- ct/plex-v3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/plex-v3.sh b/ct/plex-v3.sh index 302b48df..8d3ea495 100644 --- a/ct/plex-v3.sh +++ b/ct/plex-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