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

config/software: fix service install arguments for trace-agent config #379

Merged
merged 2 commits into from
Oct 11, 2019

Conversation

derekwbrown
Copy link
Contributor

No description provided.

@@ -31,7 +31,7 @@
gobin = windows_safe_path("#{godir}/go/bin/go")
gopath = windows_safe_path("c:/gotmp")
powershell_tls_cmdlet = "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12"
dl_command = "powershell -Command #{powershell_tls_cmdlet}; Invoke-WebRequest -Uri #{gourl} -OutFile #{goout}"
dl_command = "powershell -Command #{powershell_tls_cmdlet}; $url = '#{gourl}'; $outfile = '#{goout}'; (New-Object System.Net.WebClient).DownloadFile($url, $outfile)"
Copy link
Contributor

Choose a reason for hiding this comment

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

I got what this does from the commit message.

@gbbr gbbr changed the title Fixes arguments on service install so that trace agent can find the config file config/software: fix service install arguments for trace-agent config Oct 10, 2019
@olivielpeau olivielpeau added this to the 5.32.5 milestone Oct 10, 2019
Copy link
Member

@olivielpeau olivielpeau left a comment

Choose a reason for hiding this comment

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

thanks for fixing this, @derekwbrown if you've confirmed this works please merge 👍

@derekwbrown derekwbrown merged commit 7904347 into master Oct 11, 2019
@albertvaka albertvaka deleted the db/fix_service_args branch October 11, 2019 15:12
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

4 participants