diff --git a/XrayR.sh b/XrayR.sh index 4baa80b..ccb72d7 100644 --- a/XrayR.sh +++ b/XrayR.sh @@ -26,7 +26,7 @@ elif cat /proc/version | grep -Eqi "ubuntu"; then elif cat /proc/version | grep -Eqi "centos|red hat|redhat"; then release="centos" else - echo -e "${red}未检测到系统版本,请联系脚本作者!${plain}\n" && exit 1 + echo -e "${red}未检测到系统版本,请联系脚本作者!!${plain}\n" && exit 1 fi os_version=""