From fd559d1ded8dd98d24a6e225e67221e0aed47220 Mon Sep 17 00:00:00 2001 From: skiffer-git <44203734@qq.com> Date: Mon, 1 Apr 2024 18:28:21 +0800 Subject: [PATCH] Script Refactoring --- scripts-new/define/binaries.sh | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/scripts-new/define/binaries.sh b/scripts-new/define/binaries.sh index 30cec2f84..0c6fa524c 100644 --- a/scripts-new/define/binaries.sh +++ b/scripts-new/define/binaries.sh @@ -3,18 +3,6 @@ # Define an associative array to store the binaries and their counts. # The count for openim-msgtransfer is set to 4, all others are set to 1. declare -A binaries=( - [openim-api]=1 - [openim-cmdutils]=1 - [openim-crontask]=1 - [openim-msggateway]=1 - [openim-msgtransfer]=4 # openim-msgtransfer count is 4 - [openim-push]=1 - [openim-rpc-auth]=1 - [openim-rpc-conversation]=1 - [openim-rpc-friend]=1 - [openim-rpc-group]=1 - [openim-rpc-msg]=1 - [openim-rpc-third]=1 - [openim-rpc-user]=1 -) + [openim-test]=2 + )