From 728d0198922f29a90c41c72b4287c70bed83fe6c Mon Sep 17 00:00:00 2001 From: Dct Mei Date: Sat, 11 Apr 2020 21:17:37 +0800 Subject: [PATCH] Adjust the content of the variable --- install-release.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install-release.sh b/install-release.sh index 38f4f91..d579f1f 100644 --- a/install-release.sh +++ b/install-release.sh @@ -335,7 +335,7 @@ installV2Ray() { for BASE in 00_log 01_api 02_dns 03_routing 04_policy 05_inbounds 06_outbounds 07_transport 08_stats 09_reverse; do echo '{}' > "/usr/local/etc/v2ray/$BASE.json" done - CONFDIR=yes + CONFDIR='1' fi # Used to store V2Ray log files @@ -345,7 +345,7 @@ installV2Ray() { else install -d -o nobody -g nobody /var/log/v2ray/ fi - LOG=yes + LOG='1' fi } installStartupServiceFile() { @@ -364,7 +364,7 @@ installStartupServiceFile() { fi install -m 755 "${TMP_DIRECTORY}systemd/system/v2ray.service" /etc/systemd/system/v2ray.service install -m 755 "${TMP_DIRECTORY}systemd/system/v2ray@.service" /etc/systemd/system/v2ray@.service - SYSTEMD=yes + SYSTEMD='1' fi }