From f654cbc5c27f70819a39252652f81156abf98d72 Mon Sep 17 00:00:00 2001 From: Samuel Huang Date: Tue, 2 Apr 2024 21:59:23 +1100 Subject: [PATCH] XRAY to XRAYCFG --- run.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/run.sh b/run.sh index f8a0e26..d9702ea 100755 --- a/run.sh +++ b/run.sh @@ -50,7 +50,7 @@ while true ; do echo "${subcmd} Config failed: $DIR/proxy-${subcmd}.sh $2" exit 2 else - XRAY=1 + XRAYCFG=1 fi shift 2 ;; @@ -118,7 +118,7 @@ while true ; do ;; -i|--stdin) STDINCONF=1 - XRAY=1 + XRAYCFG=1 shift 1 ;; -d|--debug) @@ -136,7 +136,7 @@ while true ; do esac done -if [ "${XRAY}" != "1" ]; then +if [ "${XRAYCFG}" != "1" ]; then echo "Missing Xray connection option" usage exit 1