Skip to content

Commit

Permalink
Minor bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
IceCodeNew committed Nov 21, 2020
1 parent c3fa5d1 commit a4a3bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ stop_v2ray() {

check_update() {
if [[ -f '/etc/systemd/system/v2ray.service' ]]; then
(get_version)
get_version
local get_ver_exit_code=$?
if [[ "$get_ver_exit_code" -eq '0' ]]; then
echo "info: Found the latest release of V2Ray $RELEASE_VERSION . (Current release: $CURRENT_VERSION)"
Expand Down

0 comments on commit a4a3bb4

Please sign in to comment.