mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-03 02:42:19 +08:00
log
This commit is contained in:
parent
8d4734c4e3
commit
d95a52fba2
@ -33,6 +33,8 @@ echo -e "\n++ Stop all processes in the path ${OPENIM_OUTPUT_HOSTBIN}"
|
|||||||
openim::util::stop_services_with_name "${OPENIM_OUTPUT_HOSTBIN}"
|
openim::util::stop_services_with_name "${OPENIM_OUTPUT_HOSTBIN}"
|
||||||
# todo OPENIM_ALL_SERVICE_LIBRARIES
|
# todo OPENIM_ALL_SERVICE_LIBRARIES
|
||||||
|
|
||||||
|
sleep 1
|
||||||
|
|
||||||
|
|
||||||
max_retries=15
|
max_retries=15
|
||||||
attempt=0
|
attempt=0
|
||||||
@ -46,7 +48,6 @@ do
|
|||||||
openim::log::error "stop process failed. continue waiting\n" "${result}"
|
openim::log::error "stop process failed. continue waiting\n" "${result}"
|
||||||
sleep 1
|
sleep 1
|
||||||
((attempt++))
|
((attempt++))
|
||||||
|
|
||||||
else
|
else
|
||||||
openim::log::success "✨ All processes to be stopped"
|
openim::log::success "✨ All processes to be stopped"
|
||||||
exit 0
|
exit 0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user