mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-19 01:47:11 +01:00
fix typo in comment
This commit is contained in:
@@ -209,7 +209,7 @@ sign_domain() {
|
||||
|
||||
status="$(printf '%s\n' "${result}" | grep -Eo '"status":\s*"[^"]*"' | cut -d'"' -f4)"
|
||||
|
||||
# get status until it a result is reached => not pending anymore
|
||||
# get status until a result is reached => not pending anymore
|
||||
while [[ "${status}" = "pending" ]]; do
|
||||
sleep 1
|
||||
status="$(_request get "${challenge_uri}" | grep -Eo '"status":\s*"[^"]*"' | cut -d'"' -f4)"
|
||||
|
||||
Reference in New Issue
Block a user