1
0
Fork 0
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:
myvesta 2021-11-07 00:33:45 +01:00 committed by GitHub
commit 39c9ebc2a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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