This commit is contained in:
skiffer-git 2024-02-22 22:16:11 +08:00
parent 5c00629644
commit 9bba016a8c

View File

@ -477,7 +477,7 @@ openim::util::check_process_names_for_stop() {
local not_started=()
local started=()
echo "Checking processes: $*"
# Iterate over each given process name
for process_name in "$@"; do
# Use `pgrep` to find process IDs related to the given process name