mirror of https://github.com/tteck/Proxmox.git
Update plex_setup.sh
parent
157d5380fe
commit
f849849303
|
@ -8,7 +8,7 @@ shopt -s expand_aliases
|
|||
alias die='EXIT=$? LINE=$LINENO error_exit'
|
||||
CROSS='\033[1;31m\xE2\x9D\x8C\033[0m'
|
||||
CHECKMARK='\033[0;32m\xE2\x9C\x94\033[0m'
|
||||
RETRY_NUM=5
|
||||
RETRY_NUM=10
|
||||
RETRY_EVERY=3
|
||||
NUM=$RETRY_NUM
|
||||
trap die ERR
|
||||
|
|
Loading…
Reference in New Issue