From 45f6e3bee63d3bd2f4f4ce0950f1259b9edae035 Mon Sep 17 00:00:00 2001 From: DolorHunter Date: Wed, 2 Sep 2020 23:19:58 +0800 Subject: [PATCH] Update install-release.sh --- install-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-release.sh b/install-release.sh index e5fc0a8..a593c1a 100644 --- a/install-release.sh +++ b/install-release.sh @@ -619,10 +619,10 @@ main() { echo "info: V2Ray $RELEASE_VERSION is installed." echo "You may need to execute a command to remove dependent software: $PACKAGE_MANAGEMENT_REMOVE curl unzip" if [[ "$V2RAY_RUNNING" -eq '1' ]]; then - enable_v2ray start_v2ray else echo 'Please execute the command: systemctl enable v2ray; systemctl start v2ray' + enable_v2ray fi }