From dde9aaa89214686d4055428f8a259e8d61a24a24 Mon Sep 17 00:00:00 2001 From: Jinqiu Yu Date: Tue, 6 Mar 2018 22:39:13 +0800 Subject: [PATCH] Fix typo --- release/install-release.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release/install-release.sh b/release/install-release.sh index 0c0c71f4..38e3e05e 100755 --- a/release/install-release.sh +++ b/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