From 402da8a512451a25843b374e038fefc5d0ae7d6a Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 20 Jul 2022 05:42:58 -0400 Subject: [PATCH] Update ubuntu-install.sh --- setup/ubuntu-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/ubuntu-install.sh b/setup/ubuntu-install.sh index bc311688..7173f364 100644 --- a/setup/ubuntu-install.sh +++ b/setup/ubuntu-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