File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -318,7 +318,7 @@ installEspocrm() {
318
318
319
319
runInstallationStep " step1" " user-lang=${ESPOCRM_LANGUAGE} "
320
320
321
- for i in {1..10 }
321
+ for i in {1..20 }
322
322
do
323
323
settingsTestResult=$( runInstallationStep " settingsTest" " hostName=${ESPOCRM_DATABASE_HOST} &dbName=${ESPOCRM_DATABASE_NAME} &dbUserName=${ESPOCRM_DATABASE_USER} &dbUserPass=${ESPOCRM_DATABASE_PASSWORD} " true 2>&1 )
324
324
@@ -330,7 +330,7 @@ installEspocrm() {
330
330
done
331
331
332
332
if [[ " $settingsTestResult " == * " Error:" * ]] && [[ " $settingsTestResult " == * " [errorCode] => 2002" * ]]; then
333
- echo >&2 " warning: Cannot connecting to MySQL server. Continuing anyway"
333
+ echo >&2 " warning: Cannot connect to MySQL server. Continuing anyway"
334
334
return
335
335
fi
336
336
Original file line number Diff line number Diff line change @@ -318,7 +318,7 @@ installEspocrm() {
318
318
319
319
runInstallationStep " step1" " user-lang=${ESPOCRM_LANGUAGE} "
320
320
321
- for i in {1..10 }
321
+ for i in {1..20 }
322
322
do
323
323
settingsTestResult=$( runInstallationStep " settingsTest" " hostName=${ESPOCRM_DATABASE_HOST} &dbName=${ESPOCRM_DATABASE_NAME} &dbUserName=${ESPOCRM_DATABASE_USER} &dbUserPass=${ESPOCRM_DATABASE_PASSWORD} " true 2>&1 )
324
324
@@ -330,7 +330,7 @@ installEspocrm() {
330
330
done
331
331
332
332
if [[ " $settingsTestResult " == * " Error:" * ]] && [[ " $settingsTestResult " == * " [errorCode] => 2002" * ]]; then
333
- echo >&2 " warning: Cannot connecting to MySQL server. Continuing anyway"
333
+ echo >&2 " warning: Cannot connect to MySQL server. Continuing anyway"
334
334
return
335
335
fi
336
336
Original file line number Diff line number Diff line change @@ -318,7 +318,7 @@ installEspocrm() {
318
318
319
319
runInstallationStep " step1" " user-lang=${ESPOCRM_LANGUAGE} "
320
320
321
- for i in {1..10 }
321
+ for i in {1..20 }
322
322
do
323
323
settingsTestResult=$( runInstallationStep " settingsTest" " hostName=${ESPOCRM_DATABASE_HOST} &dbName=${ESPOCRM_DATABASE_NAME} &dbUserName=${ESPOCRM_DATABASE_USER} &dbUserPass=${ESPOCRM_DATABASE_PASSWORD} " true 2>&1 )
324
324
@@ -330,7 +330,7 @@ installEspocrm() {
330
330
done
331
331
332
332
if [[ " $settingsTestResult " == * " Error:" * ]] && [[ " $settingsTestResult " == * " [errorCode] => 2002" * ]]; then
333
- echo >&2 " warning: Cannot connecting to MySQL server. Continuing anyway"
333
+ echo >&2 " warning: Cannot connect to MySQL server. Continuing anyway"
334
334
return
335
335
fi
336
336
You can’t perform that action at this time.
0 commit comments