diff --git a/scripts/start_component_check.sh b/scripts/start_component_check.sh index c1472448e..6b91b4570 100644 --- a/scripts/start_component_check.sh +++ b/scripts/start_component_check.sh @@ -30,6 +30,7 @@ bin_dir="$BIN_DIR" logs_dir="$OPENIM_ROOT/logs" cd ${component_check_binary_root} +echo -e "${YELLOW_PREFIX}=======>$PWD${COLOR_SUFFIX}" cmd="nohup ./${component_check}" echo "==========================start components checking===========================">>$OPENIM_ROOT/logs/openIM.log $cmd >>$OPENIM_ROOT/logs/openIM.log 2>&1 &