From 0c17e3df43fa89979b354efdead14c55b922a71b Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 20 Jul 2022 05:59:27 -0400 Subject: [PATCH] Update photoprism-v3.sh --- ct/photoprism-v3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/photoprism-v3.sh b/ct/photoprism-v3.sh index 6a74a0fe..bc2f2362 100644 --- a/ct/photoprism-v3.sh +++ b/ct/photoprism-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