Skip to content

Commit

Permalink
Update XrayR.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Chenming00 authored Oct 30, 2022
1 parent 1219e91 commit b58e3ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XrayR.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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=""
Expand Down

0 comments on commit b58e3ac

Please sign in to comment.