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 8cac773 commit 8bd5aecCopy full SHA for 8bd5aec
dnsapi/dns_cyon.sh
@@ -304,19 +304,19 @@ _cyon_get_response_message() {
304
}
305
306
_cyon_get_response_status() {
307
- _egrep_o '"status":[a-zA-z0-9]*' | cut -d : -f 2
+ _egrep_o '"status":[a-zA-Z0-9]*' | cut -d : -f 2
308
309
310
_cyon_get_validation_status() {
311
- _egrep_o '"valid":[a-zA-z0-9]*' | cut -d : -f 2
+ _egrep_o '"valid":[a-zA-Z0-9]*' | cut -d : -f 2
312
313
314
_cyon_get_response_success() {
315
_egrep_o '"onSuccess":"[^"]*"' | cut -d : -f 2 | tr -d '"'
316
317
318
_cyon_get_environment_change_status() {
319
- _egrep_o '"authenticated":[a-zA-z0-9]*' | cut -d : -f 2
+ _egrep_o '"authenticated":[a-zA-Z0-9]*' | cut -d : -f 2
320
321
322
_cyon_check_if_2fa_missed() {
0 commit comments