mirror of
https://github.com/myvesta/vesta
synced 2025-08-13 10:07:45 -07:00
curl --silent in v-add-letsencrypt-domain
This commit is contained in:
parent
bc9ca52c37
commit
39c9ebc2a7
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ for auth in $authz; do
|
|||
check_result $E_CONNECT "Let's Encrypt domain validation timeout"
|
||||
fi
|
||||
echo "[$(date)] : curl: $url2 :" >> /usr/local/vesta/log/letsencrypt.log
|
||||
get_answer=$(curl -S "$url2")
|
||||
get_answer=$(curl --silent -S "$url2")
|
||||
echo "[$(date)] : get_answer=$get_answer" >> /usr/local/vesta/log/letsencrypt.log
|
||||
sleeping=$((i*2))
|
||||
echo "[$(date)] : sleep $sleeping (i=$i)" >> /usr/local/vesta/log/letsencrypt.log
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue