Skip to content

Commit

Permalink
简单调整
Browse files Browse the repository at this point in the history
  • Loading branch information
Yang2635 committed Jan 27, 2023
1 parent 9bda608 commit e5107f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ get_frpc_running_pid() {
fi
fi

if [ -n "${_pidof_get_pid}" ]; then
echo "${_pidof_get_pid}"
if [ -n "${_get_frpc_pid}" ]; then
echo "${_get_frpc_pid}"
return
fi

Expand Down

0 comments on commit e5107f4

Please sign in to comment.