From 009d201704b1fe1f2e9f364aff8da8f452576b30 Mon Sep 17 00:00:00 2001 From: skiffer-git <44203734@qq.com> Date: Thu, 7 Mar 2024 14:59:24 +0800 Subject: [PATCH] Optimizing Docker Log Output Detection --- scripts/check-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/check-all.sh b/scripts/check-all.sh index 845bf3e24..2788069a1 100755 --- a/scripts/check-all.sh +++ b/scripts/check-all.sh @@ -27,7 +27,7 @@ OPENIM_ROOT=$(dirname "${BASH_SOURCE[0]}")/.. source "${OPENIM_ROOT}/scripts/install/common.sh" if openim::util::is_running_in_container; then - exec > ${DOCKER_LOG_FILE} 2>&1 + exec > ${DOCKER_LOG_FILE} 2>>&1 fi