i=$RETRY_NUM

This commit is contained in:
tteckster
2023-03-21 21:06:33 -04:00
committed by GitHub
parent acf3a9c978
commit 58504967cf

View File

@@ -8,6 +8,7 @@ color() {
CL=$(echo "\033[m")
RETRY_NUM=10
RETRY_EVERY=3
i=$RETRY_NUM
CM="${GN}✓${CL}"
CROSS="${RD}✗${CL}"
BFR="\\r\\033[K"