From 860bf43b93ae10f5ed3b8184ea26a0f4e9b4a2f8 Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 20 Jul 2022 06:00:55 -0400 Subject: [PATCH] Update podman-homeassistant-v3.sh --- ct/podman-homeassistant-v3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/podman-homeassistant-v3.sh b/ct/podman-homeassistant-v3.sh index 1464ac6f..97d2048d 100644 --- a/ct/podman-homeassistant-v3.sh +++ b/ct/podman-homeassistant-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