Browse Source

Merge pull request #928 from yujinqiu/fix-typo

Fix typo
DarienRaymond 7 years ago
parent
commit
2628fc7cdc
1 changed files with 2 additions and 2 deletions
  1. 2 2
      release/install-release.sh

+ 2 - 2
release/install-release.sh

@@ -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