Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install-release.sh中copyFile功能简化 #1038

Merged
merged 3 commits into from
Apr 12, 2018
Merged

install-release.sh中copyFile功能简化 #1038

merged 3 commits into from
Apr 12, 2018

Conversation

sunshineplan
Copy link
Contributor

No description provided.

@sunshineplan sunshineplan changed the title copyFile功能简化 install-release.sh中copyFile功能简化 Apr 12, 2018
@@ -222,12 +220,12 @@ makeExecutable() {
installV2Ray(){
# Install V2Ray binary to /usr/bin/v2ray
mkdir -p /usr/bin/v2ray
copyFile v2ray true
copyFile v2ray || return $?
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个 return value 在调用的地方并没有处理。

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

改好了,之前写在另外一个pr里面了

@codecov
Copy link

codecov bot commented Apr 12, 2018

Codecov Report

❗ No coverage uploaded for pull request base (master@a06078e). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #1038   +/-   ##
=========================================
  Coverage          ?   75.31%           
=========================================
  Files             ?      225           
  Lines             ?     9986           
  Branches          ?        0           
=========================================
  Hits              ?     7521           
  Misses            ?     1756           
  Partials          ?      709

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a06078e...fe5d3ad. Read the comment docs.

@DarienRaymond DarienRaymond merged commit 7ead80c into v2ray:master Apr 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants