mirror of
https://github.com/myvesta/vesta
synced 2025-07-05 20:41:53 -07:00
Adding user-agent in v-add-letsencrypt-user
This commit is contained in:
parent
fbf1d3390a
commit
b21efb09b6
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ query_le_v2() {
|
|||
post_data=$post_data'"payload":"'"$payload_"'",'
|
||||
post_data=$post_data'"signature":"'"$signature_"'"}'
|
||||
|
||||
curl -s -i -d "$post_data" "$1" -H "$content"
|
||||
curl --user-agent "myVesta" -s -i -d "$post_data" "$1" -H "$content"
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue