Script Refactoring

This commit is contained in:
skiffer-git 2024-04-02 12:17:02 +08:00
parent d0196b38a2
commit 14b54fbace

View File

@ -2902,7 +2902,7 @@ kill_binary() {
}
kill_exist_binary() {
function openim::util::kill_exist_binary() {
local binary_path="$1"
local pids=$(pgrep -f "$binary_path")