From 86c291c9df99014a1191b173f97f962a2be25df3 Mon Sep 17 00:00:00 2001 From: skiffer-git <44203734@qq.com> Date: Tue, 2 Apr 2024 14:45:26 +0800 Subject: [PATCH] Script Refactoring --- scripts-new/bricks.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts-new/bricks.sh b/scripts-new/bricks.sh index 7bab4170b..1100395d4 100644 --- a/scripts-new/bricks.sh +++ b/scripts-new/bricks.sh @@ -37,11 +37,6 @@ kill_exist_binaries(){ for binary in "${!binaries[@]}"; do full_path=$(get_bin_full_path "$binary") result=$(openim::util::kill_exist_binary "$full_path" | tail -n1) - if [ "$result" -eq 0 ]; then - ehco "ttttttttttttt" - else - echo "$full_path running. waiting stop" - fi done }