mirror of https://github.com/tteck/Proxmox.git
Update jellyfin-install.sh
This commit is contained in:
parent
8646e2cdf6
commit
7036e40f37
|
@ -21,7 +21,7 @@ trap die ERR
|
||||||
|
|
||||||
function error_exit() {
|
function error_exit() {
|
||||||
trap - ERR
|
trap - ERR
|
||||||
local reason="Unknown failure occured."
|
local reason="Unknown failure occurred."
|
||||||
local msg="${1:-$reason}"
|
local msg="${1:-$reason}"
|
||||||
local flag="${RD}‼ ERROR ${CL}$EXIT@$LINE"
|
local flag="${RD}‼ ERROR ${CL}$EXIT@$LINE"
|
||||||
echo -e "$flag $msg" 1>&2
|
echo -e "$flag $msg" 1>&2
|
||||||
|
|
Loading…
Reference in New Issue