From 1ea4a453ac49410aee98af2cce61f8615a31038d Mon Sep 17 00:00:00 2001 From: skiffer-git <44203734@qq.com> Date: Tue, 2 Apr 2024 12:23:47 +0800 Subject: [PATCH] Script Refactoring --- scripts-new/start.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts-new/start.sh b/scripts-new/start.sh index 076cbc5e9..76a4f08e2 100644 --- a/scripts-new/start.sh +++ b/scripts-new/start.sh @@ -33,9 +33,9 @@ kill_exist_binaries(){ result=$(openim::util::kill_exist_binary "$full_path" | tail -n1) echo "result $result" if [ "$result" -eq 0 ]; then - echo "$binary no exist" + echo "$full_path no exist" else - echo "$binary running. waiting stop" + echo "$full_path running. waiting stop" fi done }