From 97406b40b9d7cb6356ae38465777376b7b7a7639 Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 20 Jul 2022 05:41:04 -0400 Subject: [PATCH] Update podman-homeassistant-install.sh --- setup/podman-homeassistant-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/podman-homeassistant-install.sh b/setup/podman-homeassistant-install.sh index 0ed099da..43fd53b9 100644 --- a/setup/podman-homeassistant-install.sh +++ b/setup/podman-homeassistant-install.sh @@ -21,7 +21,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