Revision error
parent
9000338db2
commit
5ac5084ffe
|
@ -341,7 +341,7 @@ installV2Ray(){
|
||||||
|
|
||||||
# Used to store V2Ray log files
|
# Used to store V2Ray log files
|
||||||
if [[ ! -d '/var/log/v2ray/' ]]; then
|
if [[ ! -d '/var/log/v2ray/' ]]; then
|
||||||
install -d -o nobody -g nobody /var/log/v2ray/
|
install -do nobody /var/log/v2ray/
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
installStartupServiceFile() {
|
installStartupServiceFile() {
|
||||||
|
|
Loading…
Reference in New Issue