We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58fe462 commit 6fb09dcCopy full SHA for 6fb09dc
bin/v-add-letsencrypt-domain
@@ -190,7 +190,7 @@ for auth in $authz; do
190
nonce=$(echo "$answer" |grep Nonce |cut -f2 -d \ |tr -d '\r\n')
191
status=$(echo "$answer"|grep HTTP/1.1 |tail -n1 |cut -f 2 -d ' ')
192
if [[ "$status" -ne 200 ]]; then
193
- check_result $E_CONNECT "Let's Encrypt vvalidation status $status"
+ check_result $E_CONNECT "Let's Encrypt validation status $status"
194
fi
195
196
i=$((i + 1))
0 commit comments