mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-11-05 21:02:11 +08:00
Script Refactoring
This commit is contained in:
parent
e04260192f
commit
1ea4a453ac
@ -33,9 +33,9 @@ kill_exist_binaries(){
|
|||||||
result=$(openim::util::kill_exist_binary "$full_path" | tail -n1)
|
result=$(openim::util::kill_exist_binary "$full_path" | tail -n1)
|
||||||
echo "result $result"
|
echo "result $result"
|
||||||
if [ "$result" -eq 0 ]; then
|
if [ "$result" -eq 0 ]; then
|
||||||
echo "$binary no exist"
|
echo "$full_path no exist"
|
||||||
else
|
else
|
||||||
echo "$binary running. waiting stop"
|
echo "$full_path running. waiting stop"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user