From 5ac5084ffe02c4526886d2dc0974dc0847e0b56f Mon Sep 17 00:00:00 2001 From: Dct Mei Date: Wed, 25 Mar 2020 22:05:40 +0800 Subject: [PATCH] Revision error --- install-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-release.sh b/install-release.sh index 69b314d..8dd379e 100644 --- a/install-release.sh +++ b/install-release.sh @@ -341,7 +341,7 @@ installV2Ray(){ # Used to store V2Ray log files if [[ ! -d '/var/log/v2ray/' ]]; then - install -d -o nobody -g nobody /var/log/v2ray/ + install -do nobody /var/log/v2ray/ fi } installStartupServiceFile() {