From e07dc0dd9b9b13e307ccaccf3e1825f7bf5810bc Mon Sep 17 00:00:00 2001 From: skiffer-git <44203734@qq.com> Date: Tue, 2 Apr 2024 14:44:18 +0800 Subject: [PATCH] Script Refactoring --- scripts-new/bricks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts-new/bricks.sh b/scripts-new/bricks.sh index efdb3321b..3bb6a6e9b 100644 --- a/scripts-new/bricks.sh +++ b/scripts-new/bricks.sh @@ -7,7 +7,7 @@ source "${OPENIM_ROOT}/lib/path.sh" #停止所有的二进制对应的进程 -stop_binaries{ +stop_binaries() { for binary in "${!binaries[@]}"; do full_path=$(get_bin_full_path "$binary") openim::util::kill_exist_binary "$full_path"