diff --git a/setup/postgresql-install.sh b/setup/postgresql-install.sh index 8cbc6aa3..c9cc2a7b 100644 --- a/setup/postgresql-install.sh +++ b/setup/postgresql-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