mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-11 03:15:09 +00:00
Update jellyfin_setup.sh
This commit is contained in:
parent
2f929890b8
commit
d4e40ebf4d
@ -9,7 +9,7 @@ alias die='EXIT=$? LINE=$LINENO error_exit'
|
||||
trap die ERR
|
||||
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 "Script interrupted."' INT
|
||||
|
Loading…
Reference in New Issue
Block a user