Skip to content

Commit

Permalink
fix: remove duplicate character. (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
FGadvancer authored Mar 5, 2024
1 parent e143897 commit 9114a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/start-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9114a83

Please sign in to comment.