Revision error

pull/1/head
Dct Mei 2020-03-25 22:05:40 +08:00
parent 9000338db2
commit 5ac5084ffe
No known key found for this signature in database
GPG Key ID: 50BF8B712DCAD7EA
1 changed files with 1 additions and 1 deletions

View File

@ -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() {