mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-04-18 06:29:39 +02: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)"
|
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
|
while [[ "${status}" = "pending" ]]; do
|
||||||
sleep 1
|
sleep 1
|
||||||
status="$(_request get "${challenge_uri}" | grep -Eo '"status":\s*"[^"]*"' | cut -d'"' -f4)"
|
status="$(_request get "${challenge_uri}" | grep -Eo '"status":\s*"[^"]*"' | cut -d'"' -f4)"
|
||||||
|
|||||||
Reference in New Issue
Block a user