Skip to content

Commit

Permalink
jiaoben
Browse files Browse the repository at this point in the history
Signed-off-by: hanzhixiao <709674996@qq.com>
  • Loading branch information
hanzhixiao committed Aug 17, 2023
1 parent c5d6691 commit 8be3872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/start_component_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ cd ${component_check_binary_root}
echo -e "${YELLOW_PREFIX}=======>$PWD${COLOR_SUFFIX}"
cmd="./${component_check}"
echo "==========================start components checking===========================">>$OPENIM_ROOT/logs/openIM.log
$cmd
$cmd >>$OPENIM_ROOT/logs/openIM.log 2>&1 &

if [ $? -ne 0 ]; then
exit 1
Expand Down

0 comments on commit 8be3872

Please sign in to comment.