From ce80aadb8bc0df8ceccf2667f896b67ece67738b Mon Sep 17 00:00:00 2001 From: Leran Wang <2428592483@qq.com> Date: Sun, 4 Feb 2018 22:29:52 +0800 Subject: [PATCH] Update bbr.sh fixed grammar issue --- bbr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbr.sh b/bbr.sh index 3c50fb1..04c35ab 100644 --- a/bbr.sh +++ b/bbr.sh @@ -18,7 +18,7 @@ cur_dir=$(pwd) [[ $EUID -ne 0 ]] && echo -e "${red}Error:${plain} This script must be run as root!" && exit 1 -[[ -d "/proc/vz" ]] && echo -e "${red}Error:${plain} Your VPS is based on OpenVZ, not be supported." && exit 1 +[[ -d "/proc/vz" ]] && echo -e "${red}Error:${plain} Your VPS is based on OpenVZ, which is not supported." && exit 1 if [ -f /etc/redhat-release ]; then release="centos"