mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-04 19:45:41 +08:00
fix: del the error chat
This commit is contained in:
parent
07bd7e9abe
commit
e5983c0dfc
@ -664,7 +664,7 @@ openim::util::stop_services_with_name() {
|
|||||||
if [[ -n $pid ]]; then
|
if [[ -n $pid ]]; then
|
||||||
# Try to stop the service by killing its process.
|
# Try to stop the service by killing its process.
|
||||||
if kill -15 $pid 2>/dev/null; then
|
if kill -15 $pid 2>/dev/null; then
|
||||||
stopped_this_time=true jk
|
stopped_this_time=true
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user