This commit is contained in:
skiffer-git 2024-02-22 19:53:50 +08:00
parent e9b9b7247e
commit f776e991e8
2 changed files with 2 additions and 2 deletions

View File

@ -2885,7 +2885,7 @@ function openim::util::check_process_names_for_stop() {
local all_stopped=true
echo "dddddddddddddddddddddddddddddddddddd"
for service in "${OPENIM_ALL_SERVICE_LIBRARIES[@]}"; do
echo "dddddddddddddddddddddddddddddddddddd" ${server}
echo "dddddddddddddddddddddddddddddddddddd" ${service}
PIDS=$(pgrep -f "${service}") || PIDS="0"
if [ "$PIDS" = "0" ]; then

View File

@ -35,7 +35,7 @@ openim::util::stop_services_with_name "${OPENIM_OUTPUT_HOSTBIN}"
sleep 5
result=$(openim::util::check_process_names_for_stop)
if [[ $? -ne 0 ]]; then