Fix bug configGetEnv failed,err:string to int failed: strconv.Atoi: parsing "openim_v3": invalid syntaxr (#2044)

* delete

* add context deadline exceeded

* Error not handled

* Error not handled

* Error not handled

* Error not handled

* configGetEnv failed,err:string to int failed: strconv.Atoi: parsing "openim_v3": invalid syntaxr
This commit is contained in:
skiffer-git
2024-03-08 17:21:50 +08:00
committed by GitHub
parent 057884311a
commit 2acdfde56e
4 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ function execute_start_scripts() {
if openim::util::is_running_in_container; then
exec > ${DOCKER_LOG_FILE} 2>&1
exec >> ${DOCKER_LOG_FILE} 2>&1
fi