Skip to content

Commit

Permalink
fix: fix the make stop script
Browse files Browse the repository at this point in the history
  • Loading branch information
luhaoling committed Feb 20, 2024
1 parent 76c9767 commit 8e4836f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 42 deletions.
41 changes: 0 additions & 41 deletions scripts/check-all-by-signal.sh

This file was deleted.

8 changes: 7 additions & 1 deletion scripts/stop-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ openim::util::stop_services_by_name_signal "${OPENIM_OUTPUT_HOSTBIN}"

sleep 1

source "${OPENIM_ROOT}/scripts/check-all-by-signal.sh"
openim::log::info "# Begin to check all openim service"
. $(dirname ${BASH_SOURCE})/install/openim-msgtransfer.sh openim::msgtransfer::check_by_signal


echo "Check ports:"
openim::util::check_ports_by_signal ${OPENIM_SERVER_PORT_LISTARIES[@]}


openim::log::success "✨ All processes to be killed"

0 comments on commit 8e4836f

Please sign in to comment.