v2fly / fhs-install-v2ray

Bash script for installing V2Ray in operating systems such as Debian / CentOS / Fedora / openSUSE that support systemd
GNU General Public License v3.0
6.28k stars 1.45k forks source link

Match only whole word `v2ray` in systemd unit files. #153

Closed oxape closed 4 years ago

oxape commented 4 years ago

判断V2Ray是否运行时grep命令添加全词匹配选项

oxape commented 4 years ago

解决 #144 提升对已经安装v2rayL的用户的安装体验,避免grep 'v2ray'时搜索到v2rayL.service误判v2ray已经安装。

IceCodeNew commented 4 years ago

Thanks!