Skip to content
This repository has been archived by the owner on Apr 7, 2020. It is now read-only.

Commit

Permalink
Merge pull request #62 from sofastack/feature/upgrade-istio-1.1.4
Browse files Browse the repository at this point in the history
adjust mosn DOWNLOAD_COMMAND
  • Loading branch information
JamazRuan authored Jun 22, 2019
2 parents b15d0d3 + cad2dba commit 58f8bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function set_download_command () {
# Try curl.
if command -v curl > /dev/null; then
if curl --version | grep Protocols | grep https > /dev/null; then
DOWNLOAD_COMMAND='curl -fLSs'
DOWNLOAD_COMMAND='curl -fLSsO'
return
fi
echo curl does not support https, will try wget for downloading files.
Expand Down

0 comments on commit 58f8bc2

Please sign in to comment.