|
|
|
@ -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"
|
|
|
|
|