Skip to content

Commit 9914f9a

Browse files
authored
v1.5 fix
1 parent d6f0407 commit 9914f9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mbs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ function TryUntilSuccessLocalFunc() {
153153
FUNC_RESULT="fail"
154154
FUNC_TRY=0
155155

156-
while [[ ${FUNC_RESULT} == "fail" ]] && [[ ${FUNC_TRY} != 10 ]]; do
156+
while [[ ${FUNC_RESULT} == "fail" ]] && [[ ${FUNC_TRY} != 100 ]]; do
157157
FUNC_TRY=$((FUNC_TRY + 1))
158158
${FUNCTION}
159159
sleep 5

0 commit comments

Comments
 (0)