From cb6a2cff0f40dffd0d1d1d01f06f1967a6478999 Mon Sep 17 00:00:00 2001 From: tteckster <tteckster@gmail.com> Date: Wed, 20 Jul 2022 05:26:47 -0400 Subject: [PATCH] Update debian-install.sh --- setup/debian-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/debian-install.sh b/setup/debian-install.sh index e7c6af98..48e7eb1f 100644 --- a/setup/debian-install.sh +++ b/setup/debian-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