pull/171/head
233boy 6 years ago
parent 9806c42c94
commit c8ff23c9d0
  1. 2
      src/status.sh

@ -3,7 +3,7 @@ _check_status() {
if [[ ! $(pgrep -f /usr/bin/v2ray/v2ray) ]]; then
_err_msg
fi
if [[ $v2ray_transport == [45] && $caddy ]] && [[ ! $(pgrep -f /usr/bin/v2ray/v2ray) ]]; then
if [[ $v2ray_transport == [45] && $caddy ]] && [[ ! $(pgrep -f /usr/local/bin/caddy) ]]; then
_err_msg "Caddy"
fi
}

Loading…
Cancel
Save