Skip to content

Commit

Permalink
Refs #36688 - Provide option to use wget for the new Register Host fe…
Browse files Browse the repository at this point in the history
…ature
  • Loading branch information
goarsna committed Sep 4, 2023
1 parent 2c92b78 commit e6a0d17
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,9 @@ fi
<%
if @download_utility == 'curl'
data_keyword = "--data"
else
data_keyword = "--post-data"
end

if @download_utility == 'curl'
registration_command="curl --silent --show-error --request POST --cacert"
else
data_keyword = "--post-data"
registration_command="wget --no-verbose -O- --ca-certificate"
end
%>
Expand Down

0 comments on commit e6a0d17

Please sign in to comment.