mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-11-05 11:52:10 +08:00
Optimizing scripts
This commit is contained in:
parent
b732b7468e
commit
04c73efea7
@ -2846,7 +2846,7 @@ function openim::util::check_process_names_for_stop() {
|
||||
}
|
||||
|
||||
|
||||
function openim::util::find_process_ports2() {
|
||||
function openim::util::find_process_ports() {
|
||||
local process_path="$1"
|
||||
if [[ -z "$process_path" ]]; then
|
||||
echo "Usage: find_process_ports /path/to/process"
|
||||
@ -2866,7 +2866,7 @@ function openim::util::find_process_ports2() {
|
||||
|
||||
}
|
||||
|
||||
function openim::util::find_process_ports() {
|
||||
function openim::util::find_process_ports2() {
|
||||
local process_path="$1"
|
||||
if [[ -z "$process_path" ]]; then
|
||||
echo "Usage: find_process_ports /path/to/process"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user