From b58e3ac7ffa49903b2713e26c9c6888e28c11b79 Mon Sep 17 00:00:00 2001 From: Mingisme <52532730+Chenming00@users.noreply.github.com> Date: Sun, 30 Oct 2022 00:02:43 -0600 Subject: [PATCH] Update XrayR.sh --- XrayR.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=""