Merge pull request #19 from Coderog/master

Update comments
This commit is contained in:
Teddysun 2018-05-19 00:02:39 +09:00 committed by GitHub
commit 45560cec5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
bbr.sh
View File

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