mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 13:01:52 -07:00
Fixing Typo
check_result $E_CONNECT "Let's Encrypt vvalidation status $status" > check_result $E_CONNECT "Let's Encrypt validation status $status"
This commit is contained in:
parent
0d85c88d18
commit
c1fc0208f7
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ for auth in $authz; do
|
||||||
nonce=$(echo "$answer" |grep Nonce |cut -f2 -d \ |tr -d '\r\n')
|
nonce=$(echo "$answer" |grep Nonce |cut -f2 -d \ |tr -d '\r\n')
|
||||||
status=$(echo "$answer"|grep HTTP/1.1 |tail -n1 |cut -f 2 -d ' ')
|
status=$(echo "$answer"|grep HTTP/1.1 |tail -n1 |cut -f 2 -d ' ')
|
||||||
if [[ "$status" -ne 200 ]]; then
|
if [[ "$status" -ne 200 ]]; then
|
||||||
check_result $E_CONNECT "Let's Encrypt vvalidation status $status"
|
check_result $E_CONNECT "Let's Encrypt validation status $status"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
i=$((i + 1))
|
i=$((i + 1))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue