From d0a0df24b55f087e1d9c5294ee8d29788cdc6bd5 Mon Sep 17 00:00:00 2001 From: skiffer-git <44203734@qq.com> Date: Tue, 2 Apr 2024 12:19:34 +0800 Subject: [PATCH] Script Refactoring --- scripts-new/start.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts-new/start.sh b/scripts-new/start.sh index 195ae4dba..b54ca7661 100644 --- a/scripts-new/start.sh +++ b/scripts-new/start.sh @@ -31,6 +31,7 @@ kill_exist_binaries(){ for binary in "${!binaries[@]}"; do full_path=$(get_bin_full_path "$binary") result=$(openim::util::kill_exist_binary "$full_path") + echo "result $result" if [ "$result" -eq 0 ]; then echo "$binary no exist" else