From 508358eacc98f840bd43b3702da748d781a2edf8 Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 20 Jul 2022 05:39:33 -0400 Subject: [PATCH] Update photoprism-install.sh --- setup/photoprism-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/photoprism-install.sh b/setup/photoprism-install.sh index 9ad97e85..51a62770 100644 --- a/setup/photoprism-install.sh +++ b/setup/photoprism-install.sh @@ -22,7 +22,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