From 9114a8361b5f90a73956caeb66717a3e22afcd22 Mon Sep 17 00:00:00 2001 From: OpenIM-Gordon <46924906+FGadvancer@users.noreply.github.com> Date: Tue, 5 Mar 2024 21:50:50 +0800 Subject: [PATCH] fix: remove duplicate character. (#437) --- scripts/start-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/start-all.sh b/scripts/start-all.sh index 78a86bc9..c86cb470 100755 --- a/scripts/start-all.sh +++ b/scripts/start-all.sh @@ -159,7 +159,7 @@ else exit 1 fi -cmd=cmd="${mysql2mongo_full_path} -c ${config_path}" +cmd="${mysql2mongo_full_path} -c ${config_path}" ${cmd} >> "${LOG_FILE}" 2> >(tee -a "${STDERR_LOG_FILE}" "$TMP_LOG_FILE" | while read line; do echo -e "\e[31m${line}\e[0m"; done >&2) for ((i = 0; i < ${#service_filename[*]}; i++)); do