Update node-red-v3.sh

This commit is contained in:
tteckster 2022-07-20 05:57:49 -04:00 committed by GitHub
parent f06c18dc1d
commit 63691a99d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,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