Update install-release.sh

pull/77/head
DolorHunter 2020-09-02 23:19:58 +08:00 committed by GitHub
parent 6be7268d0a
commit 45f6e3bee6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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