Skip to content

Commit

Permalink
Update check_all.sh (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
cubxxw authored Jan 27, 2024
1 parent 8ea1377 commit 8a0bf54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/check_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ for i in "${!service_ports[@]}"; do

if [[ "$found_port" != true ]]; then
echo -e "${YELLOW_PREFIX}${new_service_name}${COLOR_SUFFIX}${RED_PREFIX} service does not start normally, expected port is ${COLOR_SUFFIX}${YELLOW_PREFIX}${service_port}${COLOR_SUFFIX}"
echo -e "${RED_PREFIX}please check ${SCRIPTS_ROOT}/../logs/openim_$(date '+%Y%m%d').log ${COLOR_SUFFIX}"
echo -e "${RED_PREFIX}please check ${SCRIPTS_ROOT}/../logs/chat_$(date '+%Y%m%d').log ${COLOR_SUFFIX}"
exit -1
fi
done

0 comments on commit 8a0bf54

Please sign in to comment.