1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-27 22:36:12 -04:00

Merge pull request #928 from yujinqiu/fix-typo

Fix typo
This commit is contained in:
DarienRaymond 2018-03-06 15:49:22 +01:00 committed by GitHub
commit 2628fc7cdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -251,7 +251,7 @@ installV2Ray(){
}
installInitScrip(){
installInitScript(){
SYSTEMCTL_CMD=$(command -v systemctl)
SERVICE_CMD=$(command -v service)
@ -389,7 +389,7 @@ main(){
stopV2ray
fi
installV2Ray
installInitScrip
installInitScript
if [[ ${V2RAY_RUNNING} -eq 1 ]];then
colorEcho ${BLUE} "Restarting V2Ray service."
startV2ray