Update plex-v3.sh

This commit is contained in:
tteckster 2022-07-20 06:00:25 -04:00 committed by GitHub
parent c1fd487f60
commit 9407b64c0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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