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 f39d066 commit 282b048Copy full SHA for 282b048
dnsapi/dns_cyon.sh
@@ -332,19 +332,19 @@ _cyon_get_response_message() {
332
}
333
334
_cyon_get_response_status() {
335
- _egrep_o '"status":[a-zA-z0-9]*' | cut -d : -f 2
+ _egrep_o '"status":[a-zA-Z0-9]*' | cut -d : -f 2
336
337
338
_cyon_get_validation_status() {
339
- _egrep_o '"valid":[a-zA-z0-9]*' | cut -d : -f 2
+ _egrep_o '"valid":[a-zA-Z0-9]*' | cut -d : -f 2
340
341
342
_cyon_get_response_success() {
343
_egrep_o '"onSuccess":"[^"]*"' | cut -d : -f 2 | tr -d '"'
344
345
346
_cyon_get_environment_change_status() {
347
- _egrep_o '"authenticated":[a-zA-z0-9]*' | cut -d : -f 2
+ _egrep_o '"authenticated":[a-zA-Z0-9]*' | cut -d : -f 2
348
349
350
_cyon_check_if_2fa_missed() {
0 commit comments