From de81b1cda74756504e6c3ac45d9ec51666897f1d Mon Sep 17 00:00:00 2001 From: misakano7545 Date: Sat, 30 Apr 2022 16:52:40 +0800 Subject: [PATCH] Fix typo --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index c1f0ee5..302a494 100644 --- a/install.sh +++ b/install.sh @@ -172,8 +172,8 @@ install_XrayR() { if [[ ! -f /etc/XrayR/custom_inbound.json ]]; then cp custom_inbound.json /etc/XrayR/ fi - if [[ ! -f /etc/XrayR/ruelist ]]; then - cp ruelist /etc/XrayR/ + if [[ ! -f /etc/XrayR/rulelist ]]; then + cp rulelist /etc/XrayR/ fi curl -o /usr/bin/XrayR -Ls https://raw.githubusercontent.com/XrayR-project/XrayR-release/master/XrayR.sh chmod +x /usr/bin/XrayR