Script Refactoring

This commit is contained in:
skiffer-git 2024-04-02 14:45:14 +08:00
parent e07dc0dd9b
commit 7b79deab5c

View File

@ -38,6 +38,7 @@ kill_exist_binaries(){
full_path=$(get_bin_full_path "$binary") full_path=$(get_bin_full_path "$binary")
result=$(openim::util::kill_exist_binary "$full_path" | tail -n1) result=$(openim::util::kill_exist_binary "$full_path" | tail -n1)
if [ "$result" -eq 0 ]; then if [ "$result" -eq 0 ]; then
ehco "ttttttttttttt"
else else
echo "$full_path running. waiting stop" echo "$full_path running. waiting stop"
fi fi