Skip to content

Commit

Permalink
also updated the other validation functions
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Schenk committed Jan 3, 2025
1 parent b29d17f commit 1b12305
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dnsapi/dns_cyon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -304,11 +304,11 @@ _cyon_get_response_message() {
}

_cyon_get_response_status() {
_egrep_o '"status":\w*' | cut -d : -f 2
_egrep_o '"status":[a-zA-z0-9]*' | cut -d : -f 2
}

_cyon_get_validation_status() {
_egrep_o '"valid":\w*' | cut -d : -f 2
_egrep_o '"valid":[a-zA-z0-9]*' | cut -d : -f 2
}

_cyon_get_response_success() {
Expand Down

0 comments on commit 1b12305

Please sign in to comment.